From 047d2b6d97d603078440ef14e0dd351f0def645c Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Wed, 14 Oct 2020 16:07:50 -0400 Subject: [PATCH] Rename help translation keys --- app/src/lang/en-US/index.json | 26 +++++++++---------- .../modules/activity/routes/collection.vue | 2 +- .../modules/collections/routes/collection.vue | 2 +- app/src/modules/collections/routes/item.vue | 2 +- .../components/file-info-drawer-detail.vue | 2 +- app/src/modules/files/routes/collection.vue | 2 +- .../components/presets-info-drawer-detail.vue | 2 +- .../modules/settings/routes/presets/item.vue | 2 +- .../settings/routes/roles/collection.vue | 2 +- .../components/role-info-drawer-detail.vue | 2 +- .../settings/routes/webhooks/collection.vue | 2 +- .../modules/settings/routes/webhooks/item.vue | 2 +- .../components/user-info-drawer-detail.vue | 2 +- app/src/modules/users/routes/collection.vue | 2 +- 14 files changed, 26 insertions(+), 26 deletions(-) diff --git a/app/src/lang/en-US/index.json b/app/src/lang/en-US/index.json index b9a9149e60..46eee6149f 100644 --- a/app/src/lang/en-US/index.json +++ b/app/src/lang/en-US/index.json @@ -920,24 +920,24 @@ "keep_editing": "Keep Editing", "page_help_collections_overview": "**Collections Overview** — Lists of all collections you have access to.", - "page_help_collections_browse": "**Browse Items** — Lists all {collection} items you have access to. Customize layout, filters, and sorting to tailor your view, and even save bookmarks of these different configurations for quick access.", - "page_help_collections_detail": "**Item Detail** — A form for viewing and managing this item. This sidebar also contains a full history of revisions, and embedded comments.", - "page_help_activity_browse": "**Browse Activity** — A comprehensive listing of all your user's system and content activity.", + "page_help_collections_collection": "**Browse Items** — Lists all {collection} items you have access to. Customize layout, filters, and sorting to tailor your view, and even save bookmarks of these different configurations for quick access.", + "page_help_collections_item": "**Item Detail** — A form for viewing and managing this item. This sidebar also contains a full history of revisions, and embedded comments.", + "page_help_activity_collection": "**Browse Activity** — A comprehensive listing of all your user's system and content activity.", "page_help_activity_detail": "**Activity Detail** — Shows accountability info, revision data, and the update message for this activity record.", "page_help_docs_global": "**Documentation Overview** — Docs tailored specifically to this project's version and schema.", - "page_help_files_browse": "**File Library** — Lists all file assets uploaded to this project. Customize layout, filters, and sorting to tailor your view, and even save bookmarks of these different configurations for quick access.", - "page_help_files_detail": "**File Detail** — A form for managing file metadata, editing the original asset, and updating access settings.", + "page_help_files_collection": "**File Library** — Lists all file assets uploaded to this project. Customize layout, filters, and sorting to tailor your view, and even save bookmarks of these different configurations for quick access.", + "page_help_files_item": "**File Detail** — A form for managing file metadata, editing the original asset, and updating access settings.", "page_help_settings_project": "**Project Settings** — Your project's global configuration options.", "page_help_settings_datamodel_collections": "**Data Model: Collections** — Lists all collections available. This includes visible, hidden, and system collections, as well as unmanaged database tables that can be added.", "page_help_settings_datamodel_fields": "**Data Model: Collection** — A form for managing this collection and its fields.", - "page_help_settings_roles_browse": "**Browse Roles** — Lists the Admin, Public and custom User Roles.", - "page_help_settings_roles_detail": "**Role Detail** — Manage a role's permissions and other settings.", - "page_help_settings_presets_browse": "**Browse Presets** — Lists all presets in the project, including: user, role, and global bookmarks, as well as default views.", - "page_help_settings_presets_detail": "**Preset Detail** — A form for managing bookmarks and default collection presets.", - "page_help_settings_webhooks_browse": "**Browse Webhooks** — Lists all webhooks within the project.", - "page_help_settings_webhooks_detail": "**Webhook Detail** — A form for creating and managing project webhooks.", - "page_help_users_browse": "**User Directory** — Lists all system users within this project.", - "page_help_users_detail": "**User Detail** — Manage your account information, or view the details of other users.", + "page_help_settings_roles_collection": "**Browse Roles** — Lists the Admin, Public and custom User Roles.", + "page_help_settings_roles_item": "**Role Detail** — Manage a role's permissions and other settings.", + "page_help_settings_presets_collection": "**Browse Presets** — Lists all presets in the project, including: user, role, and global bookmarks, as well as default views.", + "page_help_settings_presets_item": "**Preset Detail** — A form for managing bookmarks and default collection presets.", + "page_help_settings_webhooks_collection": "**Browse Webhooks** — Lists all webhooks within the project.", + "page_help_settings_webhooks_item": "**Webhook Detail** — A form for creating and managing project webhooks.", + "page_help_users_collection": "**User Directory** — Lists all system users within this project.", + "page_help_users_item": "**User Detail** — Manage your account information, or view the details of other users.", "about_directus": "About Directus", "activity_feed": "Activity Feed", diff --git a/app/src/modules/activity/routes/collection.vue b/app/src/modules/activity/routes/collection.vue index ade012b6a4..88db83f952 100644 --- a/app/src/modules/activity/routes/collection.vue +++ b/app/src/modules/activity/routes/collection.vue @@ -33,7 +33,7 @@