Skip to content

Commit

Permalink
fix(locale): revert decline all translation
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jan 18, 2023
1 parent fc85dda commit fd09a21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/runtime/locale/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
cookiesNecessary: 'Notwendige Cookies',
cookiesOptional: 'Optionale Cookies',
decline: 'Ablehnen',
declineAll: 'Cookies ablehnen',
declineAll: 'Alle ablehnen',
here: 'hier',
iframeBlocked:
'Um den Inhalt zu sehen, aktivieren Sie bitte funktionale Cookies',
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/locale/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default {
cookiesNecessary: 'Necessary cookies',
cookiesOptional: 'Optional cookies',
decline: 'Decline',
declineAll: 'Decline cookies',
declineAll: 'Decline all',
here: 'here',
iframeBlocked: 'To see this, please enable functional cookies',
manageCookies: 'Learn more and customize',
Expand Down

0 comments on commit fd09a21

Please sign in to comment.