From 0bdc84108431c40dcadfc48d32bb4fafb6b915a6 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Sun, 29 Oct 2023 08:57:53 +0000 Subject: [PATCH] change wording --- src/components/FileBar.vue | 2 +- src/views/DashboardView.vue | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/components/FileBar.vue b/src/components/FileBar.vue index 20202810..29eade94 100644 --- a/src/components/FileBar.vue +++ b/src/components/FileBar.vue @@ -150,7 +150,7 @@ - + -
+
@@ -196,9 +200,9 @@ " > - + - Integrations + Reporting @@ -816,7 +820,7 @@ export default { this.$axios.get("/core/urlaction/").then((r) => { if (r.data.length === 0) { this.notifyWarning( - "No URL Actions configured. Go to Settings > Global Settings > URL Actions" + "No URL Actions configured. Go to Settings > Global Settings > URL Actions", ); return; }