Skip to content

Commit

Permalink
Default value to sftp_tcp_port variable with {}
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Dec 5, 2023
1 parent 330087b commit 26942ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<template slot="tooltip">
<div
v-html="
$t('settings.sftp_tcp_port_tips', {port: sftp_tcp_port || 'tcp_port'})
$t('settings.sftp_tcp_port_tips', {port: sftp_tcp_port || '{tcp_port}'})
"
></div>
</template>
Expand Down

0 comments on commit 26942ca

Please sign in to comment.