Merge pull request #1085 from frappe/mergify/bp/main-hotfix/pr-1084
fix: fixed labels (backport #1084)
This commit is contained in:
commit
69b1237b10
@ -6,7 +6,7 @@
|
|||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
icon-left="chevron-left"
|
icon-left="chevron-left"
|
||||||
:label="__('Currency & Exchange Rate Provider')"
|
:label="__('Currency & Exchange rate provider')"
|
||||||
size="md"
|
size="md"
|
||||||
@click="() => emit('updateStep', 'general-settings')"
|
@click="() => emit('updateStep', 'general-settings')"
|
||||||
class="text-xl !h-7 font-semibold hover:bg-transparent focus:bg-transparent focus:outline-none focus:ring-0 focus:ring-offset-0 focus-visible:none active:bg-transparent active:outline-none active:ring-0 active:ring-offset-0 active:text-ink-gray-5"
|
class="text-xl !h-7 font-semibold hover:bg-transparent focus:bg-transparent focus:outline-none focus:ring-0 focus:ring-offset-0 focus-visible:none active:bg-transparent active:outline-none active:ring-0 active:ring-offset-0 active:text-ink-gray-5"
|
||||||
@ -64,7 +64,7 @@
|
|||||||
<div class="flex items-center justify-between gap-8 p-3">
|
<div class="flex items-center justify-between gap-8 p-3">
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<div class="text-p-base font-medium text-ink-gray-7 truncate">
|
<div class="text-p-base font-medium text-ink-gray-7 truncate">
|
||||||
{{ __('Exchange Rate Provider') }}
|
{{ __('Exchange rate provider') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-p-sm text-ink-gray-5">
|
<div class="text-p-sm text-ink-gray-5">
|
||||||
{{ __('Configure the exchange rate provider for your CRM') }}
|
{{ __('Configure the exchange rate provider for your CRM') }}
|
||||||
@ -94,7 +94,7 @@
|
|||||||
>
|
>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<div class="text-p-base font-medium text-ink-gray-7 truncate">
|
<div class="text-p-base font-medium text-ink-gray-7 truncate">
|
||||||
{{ __('Exchangerate Host Access Key') }}
|
{{ __('Access key') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="text-p-sm text-ink-gray-5">
|
<div class="text-p-sm text-ink-gray-5">
|
||||||
{{
|
{{
|
||||||
|
|||||||
@ -72,7 +72,7 @@ const { _settings: settings } = getSettings()
|
|||||||
const settingsList = [
|
const settingsList = [
|
||||||
{
|
{
|
||||||
name: 'currency-settings',
|
name: 'currency-settings',
|
||||||
label: 'Currency & Exchange Rate Provider',
|
label: 'Currency & Exchange rate provider',
|
||||||
description:
|
description:
|
||||||
'Configure the currency and exchange rate provider for your CRM',
|
'Configure the currency and exchange rate provider for your CRM',
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user