mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 00:49:57 +08:00
Added German Language
This commit is contained in:
@@ -421,8 +421,8 @@
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<Confirm ref="confirmDelete" btn-style="btn-danger" @yes="deleteNotification">
|
||||
Are you sure want to delete this notification for all monitors?
|
||||
<Confirm ref="confirmDelete" btn-style="btn-danger" :yes-text="$t('Yes')" :no-text="$t('No')" @yes="deleteNotification">
|
||||
{{ $t("deleteNotificationMsg") }}
|
||||
</Confirm>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user