translation: Pinned to team home -> Pinned to home

This commit is contained in:
Tom Moor
2023-10-17 23:30:26 -04:00
parent ac7668b5f7
commit 89694a561f
2 changed files with 2 additions and 2 deletions

View File

@@ -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, {