diff --git a/app/actions/definitions/documents.tsx b/app/actions/definitions/documents.tsx index 66ee9d76d..00e8871c1 100644 --- a/app/actions/definitions/documents.tsx +++ b/app/actions/definitions/documents.tsx @@ -521,7 +521,7 @@ export const pinDocumentToHome = createAction({ await document?.pin(); if (location.pathname !== homePath()) { - stores.toasts.showToast(t("Pinned to team home")); + stores.toasts.showToast(t("Pinned to home")); } } catch (err) { stores.toasts.showToast(err.message, { diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index d537a52bc..0db809345 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -42,7 +42,7 @@ "Pin to {{collectionName}}": "Pin to {{collectionName}}", "Pinned to collection": "Pinned to collection", "Pin to home": "Pin to home", - "Pinned to team home": "Pinned to team home", + "Pinned to home": "Pinned to home", "Pin": "Pin", "Print": "Print", "Print document": "Print document",