diff options
Diffstat (limited to 'config/locales/views/hunt_group_members')
-rw-r--r-- | config/locales/views/hunt_group_members/de.yml | 6 | ||||
-rw-r--r-- | config/locales/views/hunt_group_members/en.yml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/config/locales/views/hunt_group_members/de.yml b/config/locales/views/hunt_group_members/de.yml index f98ecfc..2667e99 100644 --- a/config/locales/views/hunt_group_members/de.yml +++ b/config/locales/views/hunt_group_members/de.yml @@ -12,7 +12,7 @@ de: phone_numbers: 'Telefonnummern' can_switch_status_itself: 'Darf seinen Status selbst ändern' actions: - confirm: 'Sind Sie sicher, dass Sie diesen Rufgruppen-Teilnehmer entfernen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie diesen Rufgruppen-Teilnehmer entfernen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' show: 'Anzeigen' @@ -24,7 +24,7 @@ de: active: 'Aktiv' can_switch_status_itself: 'Darf seinen Status selber ändern' actions: - confirm: 'Sind Sie sicher, dass Sie diesen Rufgruppen-Teilnehmer entfernen möchten?' + confirm_destroy: 'Sind Sie sicher, dass Sie diesen Rufgruppen-Teilnehmer entfernen möchten?' destroy: 'Löschen' edit: 'Bearbeiten' view_all: 'Alle Rufgruppen-Teilnehmer anzeigen' @@ -45,4 +45,4 @@ de: phone_numbers: label: 'Telefonnummern' hint: '' - button: 'Absenden'
\ No newline at end of file + submit: 'Absenden'
\ No newline at end of file diff --git a/config/locales/views/hunt_group_members/en.yml b/config/locales/views/hunt_group_members/en.yml index 0daa146..b9b2faf 100644 --- a/config/locales/views/hunt_group_members/en.yml +++ b/config/locales/views/hunt_group_members/en.yml @@ -12,7 +12,7 @@ en: phone_numbers: 'Phone numbers' can_switch_status_itself: 'Can switch status itself' actions: - confirm: 'Are you sure you want to delete this hunt group member?' + confirm_destroy: 'Are you sure you want to delete this hunt group member?' destroy: 'Delete' edit: 'Edit' show: 'View' @@ -24,7 +24,7 @@ en: active: 'Active' can_switch_status_itself: 'Can switch status itself' actions: - confirm: 'Are you sure you want to delete this element?' + confirm_destroy: 'Are you sure you want to delete this element?' destroy: 'Delete' edit: 'Edit' view_all: 'View All' @@ -45,4 +45,4 @@ en: phone_numbers: label: 'Phone numbers' hint: '' - button: 'Submit'
\ No newline at end of file + submit: 'Submit'
\ No newline at end of file |