You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"app_content_library.code_lists.code_list_delete_disabled_title": "Dersom du ønsker å slette denne kodelisten, må du fjerne den fra der den er brukt i appen.",
20
+
"app_content_library.code_lists.code_list_delete_enabled_title": "Slett kodelisten fra bibliotket.",
18
21
"app_content_library.code_lists.code_list_edit_id_label": "Navn på kodeliste",
19
22
"app_content_library.code_lists.code_list_edit_id_title": "Rediger navn på kodelisten {{codeListName}}",
20
23
"app_content_library.code_lists.code_list_show_usage": "Se hvor kodelisten er tatt i bruk",
Copy file name to clipboardexpand all lines: frontend/libs/studio-content-library/src/ContentLibrary/LibraryBody/pages/CodeListPage/CodeListPage.test.tsx
+2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ import { textMock } from '@studio/testing/mocks/i18nMock';
Copy file name to clipboardexpand all lines: frontend/libs/studio-content-library/src/ContentLibrary/LibraryBody/pages/CodeListPage/CodeLists/CodeLists.test.tsx
+36
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ import type { CodeList as StudioComponentsCodeList } from '@studio/components';
Copy file name to clipboardexpand all lines: frontend/libs/studio-content-library/src/ContentLibrary/LibraryBody/pages/CodeListPage/CodeLists/CodeLists.tsx
Copy file name to clipboardexpand all lines: frontend/libs/studio-content-library/src/ContentLibrary/LibraryBody/pages/CodeListPage/CodeLists/EditCodeList/EditCodeList.module.css
Copy file name to clipboardexpand all lines: frontend/libs/studio-content-library/src/ContentLibrary/LibraryBody/pages/CodeListPage/CodeLists/EditCodeList/EditCodeList.tsx
0 commit comments