Skip to content

Commit

Permalink
en.nextWeek: Fixed Next week label
Browse files Browse the repository at this point in the history
  • Loading branch information
meteozond committed Apr 8, 2023
1 parent 5fa6a22 commit 8fd349b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## v.1.0.1
- Fixed Next week label

## v.1.0.0

- Simple pomodoro timer
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"label" = "This week";
"shortLable" = "This week";
"mediumLable" = "This week";
"longLabel" = "This week";
"paletteLabel" = "This week";
"label" = "Next week";
"shortLable" = "Next week";
"mediumLable" = "Next week";
"longLabel" = "Next week";
"paletteLabel" = "Next week";
2 changes: 1 addition & 1 deletion ru.erix.ModernTracker.omnifocusjs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Alexander (meteozond) Klimenko",
"identifier": "ru.erix.ModernTracker",
"defaultLocale": "en",
"version": "1.0.0",
"version": "1.0.1",
"description": "A collection of tracker actions for Omnifocus.",
"actions": [
{
Expand Down

0 comments on commit 8fd349b

Please sign in to comment.