Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Nov 19, 2023
1 parent 4df799b commit 7bb0a1c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/settings/General.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<input
v-model="settings.primaryHostname"
class="form-control"
placeholder="localhost"
placeholder="(Unset: Follow current hostname)"
/>
<button class="btn btn-outline-primary" type="button" @click="autoGetPrimaryHostname">
{{ $t("autoGet") }}
Expand Down
4 changes: 1 addition & 3 deletions frontend/src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"applyToYAML": "Apply to YAML",
"createExternalNetwork": "Create",
"addInternalNetwork": "Add",
"Save": "Sauvegarder",
"Save": "Save",
"Language": "Language",
"Current User": "Current User",
"Change Password": "Change Password",
Expand Down Expand Up @@ -91,6 +91,4 @@
"Internal Networks": "Internal Networks",
"External Networks": "External Networks",
"No External Networks": "No External Networks"


}
1 change: 0 additions & 1 deletion frontend/src/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,4 @@
"Internal Networks": "Réseaux Internes",
"External Networks": "Réseaux Externes",
"No External Networks": "Aucun Réseau Externe"

}

0 comments on commit 7bb0a1c

Please sign in to comment.