From 0fca77b733cc3c4429d0680d3e3623ad61b3fc09 Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Tue, 28 May 2024 17:24:08 +0300 Subject: [PATCH] chore: rename holders string to match the general in app approach --- .../Communities/panels/SortableTokenHoldersPanel.qml | 2 +- .../AppLayouts/Communities/panels/TokenHoldersPanel.qml | 2 +- ui/i18n/qml_base.ts | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/app/AppLayouts/Communities/panels/SortableTokenHoldersPanel.qml b/ui/app/AppLayouts/Communities/panels/SortableTokenHoldersPanel.qml index 88eb3138ec..a83c51468c 100644 --- a/ui/app/AppLayouts/Communities/panels/SortableTokenHoldersPanel.qml +++ b/ui/app/AppLayouts/Communities/panels/SortableTokenHoldersPanel.qml @@ -71,7 +71,7 @@ Control { font.pixelSize: Style.current.primaryTextFontSize color: Theme.palette.baseColor1 - text: qsTr("%1 token holders").arg(root.tokenName) + text: qsTr("%1 token hodlers").arg(root.tokenName) } SearchBox { diff --git a/ui/app/AppLayouts/Communities/panels/TokenHoldersPanel.qml b/ui/app/AppLayouts/Communities/panels/TokenHoldersPanel.qml index 8697917de5..b5d79e8bd6 100644 --- a/ui/app/AppLayouts/Communities/panels/TokenHoldersPanel.qml +++ b/ui/app/AppLayouts/Communities/panels/TokenHoldersPanel.qml @@ -43,7 +43,7 @@ Control { font.pixelSize: Style.current.primaryTextFontSize color: Theme.palette.baseColor1 - text: qsTr("%1 token holders").arg(root.tokenName) + text: qsTr("%1 token hodlers").arg(root.tokenName) } SearchBox { diff --git a/ui/i18n/qml_base.ts b/ui/i18n/qml_base.ts index f1969ce914..44d7cd16e5 100644 --- a/ui/i18n/qml_base.ts +++ b/ui/i18n/qml_base.ts @@ -21553,8 +21553,8 @@ your PIN or if the wrong PIN is entered five times in a row. - %1 token holders - %1 token holders + %1 token hodlers + %1 token hodlers @@ -23472,8 +23472,8 @@ access to your webcam - %1 token holders - %1 token holders + %1 token hodlers + %1 token hodlers