We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a9db4 commit 62d6035Copy full SHA for 62d6035
src/components/variantsPanel.svelte
@@ -140,13 +140,13 @@
140
{#if item.value.isDefault}
141
<i
142
class="material-icons icon in_list_button in_list_button_disabled"
143
- title={translate('panel.variants.tool.edit_variant')}
144
- on:click={() => openVariantConfigDialog(item.value)}>edit</i
+ title={translate('panel.variants.tool.cannot_edit_default_variant')}
+ >edit</i
145
>
146
{:else}
147
148
class="material-icons icon in_list_button"
149
- title={translate('panel.variants.tool.cannot_edit_default_variant')}
+ title={translate('panel.variants.tool.edit_variant')}
150
on:click={() => openVariantConfigDialog(item.value)}>edit</i
151
152
{/if}
0 commit comments