From 22c94fce2f5afb7cfe3b4abf8c8cde7859b4eeb4 Mon Sep 17 00:00:00 2001 From: Timo Date: Sat, 9 Jan 2021 14:42:54 +0200 Subject: [PATCH] renamed dictionary to type --- apps/red-ui/src/app/screens/file/model/annotation.wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/screens/file/model/annotation.wrapper.ts b/apps/red-ui/src/app/screens/file/model/annotation.wrapper.ts index 41da3cb8f..fc078773f 100644 --- a/apps/red-ui/src/app/screens/file/model/annotation.wrapper.ts +++ b/apps/red-ui/src/app/screens/file/model/annotation.wrapper.ts @@ -57,7 +57,7 @@ export class AnnotationWrapper { get descriptor() { // TODO clarify: RED-894 // return this.isDictionaryBased ? 'dictionary' : 'type'; - return 'dictionary'; + return 'type'; } get hasTextAfter() {