Skip to content

Commit

Permalink
fix(i18n): iframe key, fixed #8
Browse files Browse the repository at this point in the history
  • Loading branch information
mekery committed Apr 26, 2020
1 parent 928b421 commit e46216a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/buttons/OAddMoreBtn.vue
Expand Up @@ -38,9 +38,9 @@
</q-tooltip>
</o-common-item>
<q-separator />
<o-common-item icon="mdi-iframe" :label="$t('iframe')">
<o-common-item icon="mdi-iframe" label="IFrame">
<q-menu ref="iframePopover" anchor="top right" self="top left" :offset="[2, 0]">
<o-meta-input :title="$t('iframe')" icon="link"
<o-meta-input title="IFrame" icon="link"
@primaryAction="insertIframe(commands.iframe, $event)">
</o-meta-input>
</q-menu>
Expand Down

0 comments on commit e46216a

Please sign in to comment.