Skip to content

Commit

Permalink
feat: Improve error messages for missing preferences (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanoni authored Sep 8, 2024
1 parent 28e4aba commit 86c4589
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/locale/en-US/notero.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ notero-preferences-sync-notes =
## Errors

notero-error-missing-notion-database = No Notion database selected. Please select your database in Notero preferences.
notero-error-missing-notion-token = No Notion integration token provided. Please enter your token in Notero preferences.
notero-error-missing-pref = Missing value for { $pref }. Please enter in Notero preferences.
notero-error-missing-notion-database = Notion database not selected. Please select your database in Notero preferences.
notero-error-missing-notion-token = Notion integration token not provided. Please enter your token in Notero preferences.
notero-error-missing-pref = Missing value for { $pref }. Please enter it in Notero preferences.

0 comments on commit 86c4589

Please # to comment.