diff --git a/docs/upgrades/packages-7.6.7/default-tt-template-row.wgpkg b/docs/upgrades/packages-7.6.7/default-tt-template-row.wgpkg new file mode 100644 index 000000000..72cb86fa0 Binary files /dev/null and b/docs/upgrades/packages-7.6.7/default-tt-template-row.wgpkg differ diff --git a/lib/WebGUI/i18n/English/Asset_TimeTracking.pm b/lib/WebGUI/i18n/English/Asset_TimeTracking.pm index 8963458ec..a73b46926 100644 --- a/lib/WebGUI/i18n/English/Asset_TimeTracking.pm +++ b/lib/WebGUI/i18n/English/Asset_TimeTracking.pm @@ -464,6 +464,18 @@ our $I18N = { lastUpdated => 1168038164, }, + 'next week' => { + message => q|Next Week|, + context => q|Template label for the week following the current week.|, + lastUpdated => 1229311274, + }, + + 'last week' => { + message => q|Last Week.|, + context => q|Template label for the week preceeding the current week.|, + lastUpdated => 1229311309, + }, + }; 1;