From 7e4233e568d94817e23dda5ef5513b9ee7475d11 Mon Sep 17 00:00:00 2001 From: stew-ro <60453211+stew-ro@users.noreply.github.com> Date: Wed, 16 Sep 2020 13:54:23 -0700 Subject: [PATCH] fix: change label folder uri title (#588) --- src/common/localization/en-us.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/localization/en-us.ts b/src/common/localization/en-us.ts index 3cc4a6bb1..f84d40f1a 100644 --- a/src/common/localization/en-us.ts +++ b/src/common/localization/en-us.ts @@ -120,7 +120,7 @@ export const english: IAppStrings = { }, train: { modelNameTitle: "Model name", - labelFolderTitle: "Label folder URI", + labelFolderTitle: "Source", defaultLabelFolderURL: "/shared", title: "Train", training: "Training",