Explorar el Código

Merge pull request #2828 from nextcloud/bugfix/noid/stringFix

fix string so build is possible again
Andy Scherzinger hace 2 años
padre
commit
9684ce15f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/src/main/res/values/strings.xml

+ 1 - 1
app/src/main/res/values/strings.xml

@@ -241,7 +241,7 @@ How to translate with transifex:
     <string name="nc_call_raised_hand">%1$s raised the hand</string>
     <string name="raise_hand">Raise hand</string>
     <string name="lower_hand">Lower hand</string>
-    <string name="restrict_join_other_room_while_call">It's not possible to join other rooms while being in a call</string>
+    <string name="restrict_join_other_room_while_call">It\'s not possible to join other rooms while being in a call</string>
 
     <!-- Picture in Picture -->
     <string name="nc_pip_microphone_mute">Mute microphone</string>