Skip to content

Commit

Permalink
Update messages.json
Browse files Browse the repository at this point in the history
This is my re-write attempt for the text displayed to a user who has just installed Floccus.  Current text has always confused me, so I hope you find this re-write helpful.

It would require one other code change, which is to make `Import` be displayed next to the appropriate icon in the menu.

Here is the rough idea oh how the text could look:
`+ Add Profile` `[->] Import`
  • Loading branch information
sunjam authored Aug 20, 2024
1 parent ef1802e commit 24666e7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,10 +403,10 @@
"message": "This profile was deleted"
},
"LabelNoAccount": {
"message": "No profiles here"
"message": "No profiles yet"
},
"DescriptionNoAccount": {
"message": "Create a new profile to sync your bookmarks or import profiles from a different device or browser."
"message": "Add new & existing profiles, or Import from a file, then you can begin syncing."
},
"LabelLoginFlowStart": {
"message": "Sign in with Nextcloud"
Expand All @@ -418,7 +418,10 @@
"message": "Nextcloud login failed"
},
"LabelNewAccount": {
"message": "New Profile"
"message": "Add Profile"
},
"LabelNewImport": {
"message": "Import"
},
"LabelNestedSync": {
"message": "Nested profiles"
Expand Down

0 comments on commit 24666e7

Please sign in to comment.