Skip to content

Commit

Permalink
Fix duplicate key in lokalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed Oct 22, 2024
1 parent 05cd015 commit 4db6eec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/views/whats_app/setup/success.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<%= c 'onboarding_response',
style: :success,
heading: t('organization.whats_app.success_heading'),
text: t('organization.whats_app.success_text')
heading: t('organization.whats_app_setup.success_heading'),
text: t('organization.whats_app_setup.success_text')
%>
7 changes: 3 additions & 4 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,9 @@ de:
threema_unknown_content_message:
label: Fehler-Nachricht bei unbekannten Inhalten
help: Wenn ein Mitglied via Threema Nachrichten versendet, die von 100eyes noch nicht unterstützt werden, erhält es diese Nachricht.
whats_app_setup:
success_heading: WhatsApp wurde erfolgreich konfiguriert
success_text: Du kannst nun mit der Einbindung von WhatsApp-Mitgliedern beginnen.

settings:
header: Einstellungen
Expand Down Expand Up @@ -963,7 +966,3 @@ de:
shared:
community: Community
editorial: Redaktion
organization:
whats_app:
success_heading: WhatsApp wurde erfolgreich konfiguriert
success_text: Du kannst nun mit der Einbindung von WhatsApp-Mitgliedern beginnen.

0 comments on commit 4db6eec

Please sign in to comment.