From 1cf764d1fa040fc91f9afcbe42ef7a5385995bca Mon Sep 17 00:00:00 2001 From: Kevin Jump Date: Thu, 9 Apr 2026 14:15:52 +0100 Subject: [PATCH] Fixes typo in setting screen #911 --- .../usync-assets/src/lang/files/en-us.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uSync.Backoffice.Management.Client/usync-assets/src/lang/files/en-us.ts b/uSync.Backoffice.Management.Client/usync-assets/src/lang/files/en-us.ts index bb4e1b76..4c3171a9 100644 --- a/uSync.Backoffice.Management.Client/usync-assets/src/lang/files/en-us.ts +++ b/uSync.Backoffice.Management.Client/usync-assets/src/lang/files/en-us.ts @@ -119,7 +119,7 @@ export default { importAtStartup: 'Import at startup', importAtStartupDesc: 'Run an import of files from the disk when Umbraco starts', - exportAtStartup: 'Export at stattup', + exportAtStartup: 'Export at startup', exportAtStartupDesc: 'Export the Umbraco settings when the site starts up', exportOnSave: 'Export on save',