diff options
Diffstat (limited to 'config/locales/views/phone_books/en.yml')
-rw-r--r-- | config/locales/views/phone_books/en.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/views/phone_books/en.yml b/config/locales/views/phone_books/en.yml index fcab06d..39052d5 100644 --- a/config/locales/views/phone_books/en.yml +++ b/config/locales/views/phone_books/en.yml @@ -17,7 +17,7 @@ en: description: 'Description' count: 'Number of entries' actions: - confirm: 'Are you sure you want to delete this phone book?' + confirm_destroy: 'Are you sure you want to delete this phone book?' destroy: 'Delete' edit: 'Edit' show: 'View' @@ -28,7 +28,7 @@ en: name: 'Name' description: 'Description' actions: - confirm: 'Are you sure you want to delete this phone book?' + confirm_destroy: 'Are you sure you want to delete this phone book?' destroy: 'Delete phone book' edit: 'Edit phone book' view_all: 'View all phone books' |