mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Change translation keys for complex context keys
This commit is contained in:
@@ -293,7 +293,8 @@ function buildOtherSites(home: HomeModel) {
|
||||
const siteName = home.app.currentOrgName;
|
||||
return [
|
||||
dom('div',
|
||||
t("You are on the {{siteName}} site. You also have access to the following sites:", { siteName, context: personal ? 'personal' : '' }),
|
||||
personal ? t("You are on the {{siteName}} site. You also have access to the following sites:", {siteName}) :
|
||||
t("You are on your personal site. You also have access to the following sites:"),
|
||||
testId('other-sites-message')
|
||||
),
|
||||
css.otherSitesButtons(
|
||||
|
||||
Reference in New Issue
Block a user