Skip to content

Commit

Permalink
fix typo in string that prevents building
Browse files Browse the repository at this point in the history
  • Loading branch information
newhinton committed Apr 26, 2023
1 parent 2856108 commit f918564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<string name="account_id_hint">Account ID</string>
<string name="application_key_hint">Application key</string>
<string name="endpoint_hint">Endpoint for the service</string>
<string name="drive_root_folder_id">Enter the root folder ID to access Computer folders'</string>
<string name="drive_root_folder_id">Enter the root folder ID to access Computer folders</string>
<string name="ftp_host_hint">FTP host to connect to</string>
<string name="ftp_user_hint">FTP username</string>
<string name="ftp_port_hint">FTP port</string>
Expand Down

0 comments on commit f918564

Please sign in to comment.