review changes: colon
This commit is contained in:
parent
be342b8f52
commit
6eb5ea1643
13 changed files with 13 additions and 13 deletions
|
|
@ -302,7 +302,7 @@ export default {
|
|||
enterRoomDialog: false,
|
||||
roomNamerules: [
|
||||
v => v.length <= 50 || this.$t("new_room.room_name_limit_error_msg"),
|
||||
v => !v.includes(':') || this.$t("new_room.semicolon_not_allowed")
|
||||
v => !v.includes(':') || this.$t("new_room.colon_not_allowed")
|
||||
],
|
||||
roomNameHasError: false,
|
||||
roomCreationErrorMsg: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue