diff --git a/website/common/locales/en_GB/tasks.json b/website/common/locales/en_GB/tasks.json index 143d7201d5..739a8c4f90 100644 --- a/website/common/locales/en_GB/tasks.json +++ b/website/common/locales/en_GB/tasks.json @@ -100,7 +100,7 @@ "hideTags": "Hide", "showTags": "Show", "editTags2": "Edit Tags", - "toRequired": "You must supply a \"to\" property.", + "toRequired": "You must supply a \"to\" property", "startDate": "Start Date", "startDateHelpTitle": "When should this task start?", "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", @@ -199,7 +199,7 @@ "monthlyRepeatHelpContent": "This task will be due every X months", "yearlyRepeatHelpContent": "This task will be due every X years", "resets": "Resets", - "summaryStart": "Repeats <%= frequency %> every <%= everyX %> <%= frequencyPlural %>", + "summaryStart": "Repeats <%= frequency %> every <%= everyX %> <%= frequencyPlural %>. ", "nextDue": "Next Due Dates", "checkOffYesterDailies": "Check off any Dailies you did yesterday:", "yesterDailiesTitle": "You left these Dailies unchecked yesterday! Do you want to check off any of them now?", @@ -210,4 +210,4 @@ "searchTasks": "Search titles and descriptions...", "sessionOutdated": "Your session is outdated. Please refresh or sync.", "errorTemporaryItem": "This item is temporary and cannot be pinned." -} \ No newline at end of file +}