chore: rename holders string to match the general in app approach
This commit is contained in:
parent
ffb9fecf2b
commit
0fca77b733
|
@ -71,7 +71,7 @@ Control {
|
||||||
font.pixelSize: Style.current.primaryTextFontSize
|
font.pixelSize: Style.current.primaryTextFontSize
|
||||||
color: Theme.palette.baseColor1
|
color: Theme.palette.baseColor1
|
||||||
|
|
||||||
text: qsTr("%1 token holders").arg(root.tokenName)
|
text: qsTr("%1 token hodlers").arg(root.tokenName)
|
||||||
}
|
}
|
||||||
|
|
||||||
SearchBox {
|
SearchBox {
|
||||||
|
|
|
@ -43,7 +43,7 @@ Control {
|
||||||
font.pixelSize: Style.current.primaryTextFontSize
|
font.pixelSize: Style.current.primaryTextFontSize
|
||||||
color: Theme.palette.baseColor1
|
color: Theme.palette.baseColor1
|
||||||
|
|
||||||
text: qsTr("%1 token holders").arg(root.tokenName)
|
text: qsTr("%1 token hodlers").arg(root.tokenName)
|
||||||
}
|
}
|
||||||
|
|
||||||
SearchBox {
|
SearchBox {
|
||||||
|
|
|
@ -21553,8 +21553,8 @@ your PIN or if the wrong PIN is entered five times in a row.</translation>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../app/AppLayouts/Communities/panels/SortableTokenHoldersPanel.qml" line="74" />
|
<location filename="../app/AppLayouts/Communities/panels/SortableTokenHoldersPanel.qml" line="74" />
|
||||||
<location filename="../app/AppLayouts/Communities/panels/SortableTokenHoldersPanel.qml" line="74" />
|
<location filename="../app/AppLayouts/Communities/panels/SortableTokenHoldersPanel.qml" line="74" />
|
||||||
<source>%1 token holders</source>
|
<source>%1 token hodlers</source>
|
||||||
<translation>%1 token holders</translation>
|
<translation>%1 token hodlers</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../app/AppLayouts/Communities/panels/SortableTokenHoldersPanel.qml" line="90" />
|
<location filename="../app/AppLayouts/Communities/panels/SortableTokenHoldersPanel.qml" line="90" />
|
||||||
|
@ -23472,8 +23472,8 @@ access to your webcam</translation>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../app/AppLayouts/Communities/panels/TokenHoldersPanel.qml" line="46" />
|
<location filename="../app/AppLayouts/Communities/panels/TokenHoldersPanel.qml" line="46" />
|
||||||
<location filename="../app/AppLayouts/Communities/panels/TokenHoldersPanel.qml" line="46" />
|
<location filename="../app/AppLayouts/Communities/panels/TokenHoldersPanel.qml" line="46" />
|
||||||
<source>%1 token holders</source>
|
<source>%1 token hodlers</source>
|
||||||
<translation type="unfinished">%1 token holders</translation>
|
<translation type="unfinished">%1 token hodlers</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../app/AppLayouts/Communities/panels/TokenHoldersPanel.qml" line="60" />
|
<location filename="../app/AppLayouts/Communities/panels/TokenHoldersPanel.qml" line="60" />
|
||||||
|
|
Loading…
Reference in New Issue