diff --git a/docs/upgrades/packages-7.7.0/root_import_storymanager.wgpkg b/docs/upgrades/packages-7.7.0/root_import_storymanager.wgpkg index f63fed1af..9fabb76e4 100644 Binary files a/docs/upgrades/packages-7.7.0/root_import_storymanager.wgpkg and b/docs/upgrades/packages-7.7.0/root_import_storymanager.wgpkg differ diff --git a/lib/WebGUI/i18n/English/Asset_Story.pm b/lib/WebGUI/i18n/English/Asset_Story.pm index fabbbb231..eb61b3e0e 100644 --- a/lib/WebGUI/i18n/English/Asset_Story.pm +++ b/lib/WebGUI/i18n/English/Asset_Story.pm @@ -270,6 +270,17 @@ our $I18N = { lastUpdated => 0, }, + 'ago' => { + message => q|ago|, + context => q|As in the phrase, Last updated 3 hours ago.|, + lastUpdated => 0, + }, + + 'storageId tmplvar' => { + message => q|The photo JSON blob from the Story asset.|, + lastUpdated => 0, + }, + }; 1;