Skip to content

Commit

Permalink
SHIBUI-1031 Added messages for delete user modal
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jan 10, 2019
1 parent ef20a84 commit 40463cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,9 @@ label.email=Email
label.role=Role
label.delete=Delete?

message.delete-user-title=Delete User?
message.delete-user-body=You are requesting to delete a user. If you complete this process the user will be removed. This cannot be undone. Do you wish to continue?

message.must-be-unique=Must be unique.
message.name-must-be-unique=Name must be unique.
message.uri-valid-format=URI must be valid format.
Expand Down
3 changes: 3 additions & 0 deletions backend/src/main/resources/i18n/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,9 @@ label.email=Email
label.role=Role
label.delete=Delete?

message.delete-user-title=Delete User?
message.delete-user-body=You are requesting to delete a user. If you complete this process the user will be removed. This cannot be undone. Do you wish to continue?

message.must-be-unique=Must be unique.
message.name-must-be-unique=Name must be unique.
message.uri-valid-format=URI must be valid format.
Expand Down

0 comments on commit 40463cd

Please sign in to comment.