diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index 5d5511ee..79b7536d 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -1380,6 +1380,11 @@ "type": "text", "placeholders": {} }, + "soundVibrationLedColor": "Sound, vibration LED-color", + "@soundVibrationLedColor": { + "type": "text", + "placeholders": {} + }, "sendAudio": "Send audio", "@sendAudio": { "type": "text", diff --git a/lib/views/settings_notifications.dart b/lib/views/settings_notifications.dart index a2e87de9..2c809e64 100644 --- a/lib/views/settings_notifications.dart +++ b/lib/views/settings_notifications.dart @@ -146,7 +146,7 @@ class SettingsNotifications extends StatelessWidget { if (!Matrix.of(context).client.allPushNotificationsMuted) ...{ if (!kIsWeb && Platform.isAndroid) ListTile( - title: Text('Ton, Vibration, LED-Farbe'), + title: Text(L10n.of(context).soundVibrationLedColor), trailing: CircleAvatar( backgroundColor: Theme.of(context).scaffoldBackgroundColor,