Skip to content

Commit

Permalink
feat: Update DNS toggle logic in Settings.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Jul 31, 2024
1 parent 9623b07 commit fe7d6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@
<cv-column>
<NsInlineNotification
kind="info"
:title="$t('settings.dns_server_is_is_dns_enabled')"
:title="$t('settings.dns_server_is_running')"
:description="
$t('settings.dns_server_is_is_dns_enabled_description')
$t('settings.dns_server_is_running_description')
"
:showCloseButton="false"
/>
Expand Down

0 comments on commit fe7d6b2

Please sign in to comment.