Skip to content

Commit 3135b6a

Browse files
committed
🐛 fix(strings.xml): Escape single quote in French string.
1 parent ca0dc04 commit 3135b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values-fr/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,5 +375,5 @@
375375
<string name="five_seconds">Cinq secondes</string>
376376
<string name="lrclib" translatable="false">LRCLIB</string>
377377
<string name="lyrics_provider_lrc">Paroles fournies par LRCLIB</string>
378-
<string name="sync_first">Synchronisez d'abord cette playlist avec YouTube Music</string>
378+
<string name="sync_first">Synchronisez d\'abord cette playlist avec YouTube Music</string>
379379
</resources>

0 commit comments

Comments
 (0)