From 28b3abb869efb9808bfde218e9982339f3d02a92 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Sun, 29 Oct 2023 22:19:36 +0200 Subject: [PATCH] change to translate --- core/src/components/friends-view/add-friends-modal.js | 6 +++--- .../components/friends-view/friends-side-panel-parent.js | 4 ++-- core/src/components/friends-view/save-settings-qdn.js | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/core/src/components/friends-view/add-friends-modal.js b/core/src/components/friends-view/add-friends-modal.js index f89e36de..01ec23d3 100644 --- a/core/src/components/friends-view/add-friends-modal.js +++ b/core/src/components/friends-view/add-friends-modal.js @@ -321,7 +321,7 @@ class AddFriendsModal extends connect(store)(LitElement) { id="willFollowLabel" style="color: var(--black);" > - ${get('friends.friend5')} + ${translate('friends.friend5')} - ${get('login.name')} + ${translate('login.name')} - ${get('friends.friend6')} + ${translate('friends.friend6')} + text=${translate('friends.friend12')}> this.setHasNewFeed(val)} ?isOpen=${this.isOpen} .setIsOpen=${(val)=> this.isOpen = val}> diff --git a/core/src/components/friends-view/save-settings-qdn.js b/core/src/components/friends-view/save-settings-qdn.js index b2e558a5..bbaabe21 100644 --- a/core/src/components/friends-view/save-settings-qdn.js +++ b/core/src/components/friends-view/save-settings-qdn.js @@ -568,18 +568,18 @@ class SaveSettingsQdn extends connect(store)(LitElement) { hover-delay=${300} hide-delay=${1} text=${this.error - ? get('save.saving1') + ? translate('save.saving1') : Object.values(this.valuesToBeSavedOnQdn) .length > 0 || this.resourceExists === false - ? get('save.saving3') - : get('save.saving2')} + ? translate('save.saving3') + : translate('save.saving2')} >

- ${`${get('walletpage.wchange12')}: ${ + ${`${translate('walletpage.wchange12')}: ${ this.fee ? this.fee.feeToShow : '' }`}