We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50bd418 + 717babb commit 7c3388fCopy full SHA for 7c3388f
app/src/main/res/values/strings.xml
@@ -59,7 +59,7 @@
59
<string name="repo_edit_b2_account_id_error_mandatory">B2 Account ID needed</string>
60
<string name="repo_edit_b2_uri_title">B2 Endpoint URL</string>
61
<string name="repo_edit_b2_uri_error_mandatory">B2 Endpoint URL needed</string>
62
- <string name="repo_edit_b2_uri_hint">b2-bucket-name/restic-repository-name</string>
+ <string name="repo_edit_b2_uri_hint">b2-bucketname:path/to/repo</string>
63
<string name="repo_edit_rest_uri_title">Rest Endpoint URI</string>
64
<string name="repo_edit_rest_uri_error_mandatory">Rest Endpoint URL needed</string>
65
<string name="repo_edit_rest_uri_hint">http(s)://basicUser:basicPassword@restServerHostname:restServerPort/resticRepoName</string>
0 commit comments