Skip to content

Commit

Permalink
Fix emoji not displayed correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
falzonv committed Jul 12, 2021
1 parent 7ba591a commit dcea87d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-fr/strings_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string name="set_notification">Notification d\'accès aux favoris</string>
<string name="set_notification_help">Utilise une icône transparente</string>
<string name="notification_title">Accès aux favoris</string>
<string name="notification_popup_title">&#128295; Gérer les favoris</string>
<string name="notification_popup_title">🔧 Gérer les favoris</string>

<!-- Thème -->
<string name="set_application_theme">Thème</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-ru/strings_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string name="set_notification">Уведомление о доступе к избранному</string>
<string name="set_notification_help">Используется прозрачный значок</string>
<string name="notification_title">Доступ к избранному</string>
<string name="notification_popup_title">&#128295; Управлять избранным</string>
<string name="notification_popup_title">🔧 Управлять избранным</string>

<!-- Theme -->
<string name="set_application_theme">Тема</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<string name="set_notification">Notification for favorites access</string>
<string name="set_notification_help">Uses a transparent icon</string>
<string name="notification_title">Access to favorites</string>
<string name="notification_popup_title">&#128295; Manage favorites</string>
<string name="notification_popup_title">🔧 Manage favorites</string>

<!-- Theme -->
<string name="set_application_theme">Theme</string>
Expand Down

0 comments on commit dcea87d

Please sign in to comment.