Browse Source

Fixed mess created with b9eaffd

David A. Velasco 10 years ago
parent
commit
cbdb5d3ff0
2 changed files with 2 additions and 3 deletions
  1. 1 1
      res/values/setup.xml
  2. 1 2
      res/values/strings.xml

+ 1 - 1
res/values/setup.xml

@@ -19,7 +19,7 @@
     
     <!-- Flags to setup the authentication methods available in the app -->
     <string name="auth_method_oauth2">off</string>
-    <string name="auth_method_saml_web_sso">on</string>
+    <string name="auth_method_saml_web_sso">off</string>
     
     <!-- Flags to enable/disable some features -->
     <string name = "send_files_to_other_apps">on</string>

+ 1 - 2
res/values/strings.xml

@@ -33,8 +33,7 @@
     <string name="prefs_imprint">Imprint</string>
     
 	<string name="recommend_subject">"Try %1$s on your smartphone!"</string>
-	<string name="recommend_text">"I want to invite you to use %1$s on your smartphone!\nDownload here: %2$s"
-	</string>
+	<string name="recommend_text">"I want to invite you to use %1$s on your smartphone!\nDownload here: %2$s"</string>
 
     <string name="auth_check_server">Check Server</string>
     <string name="auth_host_url">Server address https://…</string>