mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
Write appropriate strings for some controller messages
This commit is contained in:
parent
122be928bf
commit
125720c6e4
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ en:
|
|||
moderation:
|
||||
destroy_report:
|
||||
success: "Successfully removed report."
|
||||
error: :errors.base
|
||||
error: "Failed to remove report."
|
||||
ban:
|
||||
nopriv: "You cannot ban an administrator!"
|
||||
success:
|
||||
|
@ -157,7 +157,7 @@ en:
|
|||
success: "Service updated successfully."
|
||||
error: "Unable to update service."
|
||||
failure:
|
||||
error: :errors.base
|
||||
error: "Failed to connect service."
|
||||
destroy:
|
||||
success: "%{service} disconnected successfully."
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue