From 6617cb41b204b53ee9174ad98e7d73fae13c1491 Mon Sep 17 00:00:00 2001 From: Dan Ungureanu Date: Wed, 24 Apr 2019 21:43:21 +0300 Subject: [PATCH] UX: Rename post admin actions to 'Add User Note'. --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index db92b66..ba4e497 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -2,7 +2,7 @@ en: js: staff_notes: title: "Staff Notes" - attach: "Attach Staff Note" + attach: "Add User Note" remove: "Remove Staff Note" show: "Staff Notes ({{count}})" delete_confirm: "Are you sure you want to delete that staff note?"