Fix submit button text for Admin Notifications admin form
In Madrid, the button text didn't change depending on whether the form is for the "new" page or for the "edit" page. In consul, the buttons texts were "create admin notification" and "update admin notification" instead of "create notification" and "update notification". Also change translation key from "submit" to "submit_button" to match other instances.
This commit is contained in:
@@ -658,8 +658,10 @@ en:
|
||||
empty_notifications: There are no notifications to show
|
||||
new:
|
||||
section_title: New notification
|
||||
submit_button: Create notification
|
||||
edit:
|
||||
section_title: Edit notification
|
||||
submit_button: Update notification
|
||||
show:
|
||||
section_title: Notification preview
|
||||
send: Send notification
|
||||
|
||||
Reference in New Issue
Block a user