Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Make nav buttons less prone to breakage on mobile screens
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Sep 24, 2019
1 parent 52668cf commit 14b0bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/assets/locales.ts
Expand Up @@ -13,7 +13,7 @@ export default new LocalizedStrings({
main_searchTp: "Search tasks...",
btns_goBack: "Back",
btns_refetch: "Update",
btns_addTask: "New task",
btns_addTask: "New",
btns_deleteTask: "Delete",
btns_pruneTasks: "Prune",
btns_updateTask: "Save",
Expand Down

0 comments on commit 14b0bf8

Please sign in to comment.