From 3b5ed5e48eeb8fed4a9f94b8b4d4a6c6b6cc967a Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 4 Nov 2023 09:48:16 -0700 Subject: [PATCH] Update paperless-custom-field.ts --- src-ui/src/app/data/paperless-custom-field.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-ui/src/app/data/paperless-custom-field.ts b/src-ui/src/app/data/paperless-custom-field.ts index 6890cbf90..663e1507f 100644 --- a/src-ui/src/app/data/paperless-custom-field.ts +++ b/src-ui/src/app/data/paperless-custom-field.ts @@ -33,7 +33,7 @@ export const DATA_TYPE_LABELS = [ }, { id: PaperlessCustomFieldDataType.String, - name: $localize`String`, + name: $localize`Text`, }, { id: PaperlessCustomFieldDataType.Url,