Skip to content

Commit 7c3388f

Browse files
authored
Merge pull request #199 from xz-dev/main
fix delimiter hint of repo_edit_b2_uri
2 parents 50bd418 + 717babb commit 7c3388f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<string name="repo_edit_b2_account_id_error_mandatory">B2 Account ID needed</string>
6060
<string name="repo_edit_b2_uri_title">B2 Endpoint URL</string>
6161
<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>
62+
<string name="repo_edit_b2_uri_hint">b2-bucketname:path/to/repo</string>
6363
<string name="repo_edit_rest_uri_title">Rest Endpoint URI</string>
6464
<string name="repo_edit_rest_uri_error_mandatory">Rest Endpoint URL needed</string>
6565
<string name="repo_edit_rest_uri_hint">http(s)://basicUser:basicPassword@restServerHostname:restServerPort/resticRepoName</string>

0 commit comments

Comments
 (0)