style(i18n): fix typography in Danish notification description

Update the apostrophe in `notification_channel_description` to use a
typographic curly apostrophe for better linguistic accuracy in
Danish.
This commit is contained in:
2026-05-30 21:36:22 +02:00
parent 2c7e02889d
commit 23079649c5
+1 -1
View File
@@ -45,7 +45,7 @@
<string name="notification_skip_to_previous">Forrige</string>
<string name="notification_skip_to_next">Næste</string>
<string name="notification_test_content">Dette er en testmeddelelse.</string>
<string name="notification_channel_description">Alle meddelelser om app'en.</string>
<string name="notification_channel_description">Alle meddelelser om appen.</string>
<!-- Onboarding -->
<string name="onboarding_app_description">Fordyb dig i lyden du elsker!</string>
<string name="onboarding_app_get_started">Kom i gang</string>