diff --git a/translations/en.json b/translations/en.json index 9e33ac5..66c2402 100644 --- a/translations/en.json +++ b/translations/en.json @@ -46,9 +46,13 @@ "value": "No domain names" } }, + "update_organization_done": { + "title": "Growl notification to advise the admin the notes and details have been updated", + "value": "Organization notes and details updated." + }, "update_user_done": { - "title": "Growl notification to advise the admin the notes and details have been udpated", - "value": "User notes and details updated!" + "title": "Growl notification to advise the admin the notes and details have been updated", + "value": "User notes and details updated." }, "ajax_error": { "title": "Error message notification", diff --git a/translations/en.yml b/translations/en.yml index 510672a..4d81b53 100644 --- a/translations/en.yml +++ b/translations/en.yml @@ -41,9 +41,13 @@ parts: key: "txt.apps.user_data_app.info.no_domain_names" title: "Placeholder when there are no domain names" value: "No domain names" + - translation: + key: "txt.apps.user_data_app.update_organization_done" + title: "Growl notification to advise the admin the notes and details have been updated" + value: "Organization notes and details updated." - translation: key: "txt.apps.user_data_app.update_user_done" - title: "Growl notification to advise the admin the notes and details have been udpated" + title: "Growl notification to advise the admin the notes and details have been updated" value: "User notes and details updated." - translation: key: "txt.apps.user_data_app.ajax_error"