Skip to content

Commit

Permalink
Rephrase Server delete dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrahn committed Sep 6, 2023
1 parent 3bc9d07 commit 6d92a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vueapp/components/Config/EditServer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default {
},
deleteConfig() {
if (confirm(this.$gettext('Sind sie, dass sie diese Serverkonfiguration löschen möchten? Es werden auch alle Videos aus Stud.IP rausgelöscht, die zu diesem Server gehören!'))) {
if (confirm(this.$gettext('Sind Sie sicher, dass Sie die Serverkonfiguration löschen möchten? Die damit verbundenen Videos werden danach nicht mehr in Stud.IP zur Verfügung stehen!'))) {
if (this.id == 'new') {
this.currentConfig = {}
} else {
Expand Down

0 comments on commit 6d92a2e

Please sign in to comment.