Skip to content

Commit faccbc9

Browse files
committed
remove Dato DRUM App copyright message from footer
1 parent 14e8791 commit faccbc9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/lib/components/Footer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<footer class="bg-gray-200 p-4 text-center text-gray-600">
88
<div class="flex justify-between items-center max-w-screen-lg mx-auto">
9-
<p>&copy; {new Date().getFullYear()} {$_('app_name')}</p>
9+
<p></p>
1010
<div class="flex items-center gap-4">
1111
{#if audioInputState.selectedDevice}
1212
<div class="flex items-center gap-2 text-sm" title="Audio Input: {audioInputState.selectedDevice.label}">

src/locales/de.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"switch_to_en": "Zu Englisch wechseln",
66
"switch_to_de": "Zu Deutsch wechseln",
77
"switch_to_nl": "Zu Niederländisch wechseln",
8-
"app_name": "Dato DRUM App",
8+
"app_name": "Dato DRUM",
99
"firmware_update_title": "Gerät aktualisieren",
1010
"firmware_update_description": "Mache dein Gerät besser mit Updates.",
1111
"firmware_update_content_placeholder": "Update-Infos werden hier angezeigt.",

src/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"switch_to_en": "Switch to English",
66
"switch_to_de": "Switch to German",
77
"switch_to_nl": "Switch to Dutch",
8-
"app_name": "Dato DRUM App",
8+
"app_name": "Dato DRUM",
99
"firmware_update_title": "Update Device",
1010
"firmware_update_description": "Make your device better with updates.",
1111
"firmware_update_content_placeholder": "Update info will show here.",

src/locales/nl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"switch_to_en": "Naar Engels wisselen",
66
"switch_to_de": "Naar Duits wisselen",
77
"switch_to_nl": "Naar Nederlands wisselen",
8-
"app_name": "Dato DRUM App",
8+
"app_name": "Dato DRUM",
99
"firmware_update_title": "Apparaat Updaten",
1010
"firmware_update_description": "Maak je apparaat beter met updates.",
1111
"firmware_update_content_placeholder": "Update-info verschijnt hier.",

0 commit comments

Comments
 (0)