mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: custom flag name should be unique (#28869)
Validation to ensure that the custom flag name is unique.
This commit is contained in:
committed by
GitHub
parent
042bfeac66
commit
c5a024f8df
@@ -1270,6 +1270,7 @@ en:
|
||||
wrong_move: "Flag cannot be moved"
|
||||
system: "System flag cannot be updated or deleted."
|
||||
used: "Flag cannot be updated or deleted because has already been used."
|
||||
unique_name: "Flag name must be unique"
|
||||
reports:
|
||||
default:
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user