translation: Pinned to team home -> Pinned to home
This commit is contained in:
@@ -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, {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user