Add confirmation when adding repo via URI (#1158)

* Add confirmation when adding repo via URI

* Blank lines

* Suggestions

* Reverting Changes

* Removing Unused Imports
This commit is contained in:
Roshan Varughese
2024-08-26 04:07:14 +12:00
committed by GitHub
parent 5dc6569a68
commit 45628b14db
4 changed files with 43 additions and 2 deletions

View File

@ -348,6 +348,7 @@
<string name="action_delete_repo">Delete repo</string>
<string name="invalid_repo_name">Invalid repo URL</string>
<string name="delete_repo_confirmation">Do you wish to delete the repo \"%s\"?</string>
<string name="add_repo_confirmation">Do you wish to add the repo \"%s\"?</string>
<string name="action_open_repo">Open source repo</string>
<string name="action_replace_repo">Replace</string>
<string name="action_replace_repo_title">Signing Key Fingerprint Already Exists</string>