Skip to content

Commit

Permalink
Main 0.4.4 update wording (#155)
Browse files Browse the repository at this point in the history
Signed-off-by: zhanghengxin <ezreal.zhang@icewhale.org>
  • Loading branch information
zhanghengxin authored May 29, 2023
1 parent 0f19d87 commit bc8a988
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion main/src/assets/lang/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,5 +368,6 @@
"Ignore": "Ignore",
"File transfer completed.": "File transfer completed.",
"Save {name} {size} from {device}.": "Save {name} {size} from {device}.",
"Connection lost. Retry in 5 seconds...": "Connection lost. Retry in 5 seconds..."
"Connection lost. Retry in 5 seconds...": "Connection lost. Retry in 5 seconds...",
"cli to compose...": "cli to compose..."
}
3 changes: 1 addition & 2 deletions main/src/components/forms/ImportPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
<!-- Modal-Card Footer Start-->
<footer class="modal-card-foot is-flex is-align-items-center">
<div class="is-flex-grow-1 has-text-full-04">
Use <a href="https://www.composerize.com/" target="_blank">composerize</a> to convert docker cli to
docker compose.
<a href="https://www.composerize.com/" target="_blank">{{ $t('cli to compose...') }}</a>
</div>
<div>
<b-button :label="$t('Cancel')" rounded @click="$emit('close')"/>
Expand Down

0 comments on commit bc8a988

Please sign in to comment.