diff --git a/docs/showcase.md b/docs/showcase.md
index 176b8a18..5f946545 100644
--- a/docs/showcase.md
+++ b/docs/showcase.md
@@ -23,13 +23,11 @@
---
-### HomeLAb 3.0
+### EVO Dashboard
-> By [@skoogee](https://github.com/skoogee) (http://zhrn.cc)
+> By [@EVOTk](https://github.com/EVOTk)
-> Dashy, is the most complete dashboard I ever tried, has all the features, and it sets itself apart from the rest. It is my default homepage now. I am thankful to the developer @Lissy93 for sharing such a wonderful creation.
-
-[](https://ibb.co/album/ynSwzm)
+
---
@@ -80,6 +78,16 @@
---
+### HomeLAb 3.0
+
+> By [@skoogee](https://github.com/skoogee) (http://zhrn.cc)
+
+> Dashy, is the most complete dashboard I ever tried, has all the features, and it sets itself apart from the rest. It is my default homepage now. I am thankful to the developer @Lissy93 for sharing such a wonderful creation.
+
+[](https://ibb.co/album/ynSwzm)
+
+---
+
### Ground Control
> By [@dtctek](https://github.com/dtctek)
@@ -93,14 +101,6 @@
---
-### EVO Dashboard
-
-> By [@EVOTk](https://github.com/EVOTk)
-
-
-
----
-
## Submitting your Dashboard
#### How to Submit
diff --git a/src/assets/locales/en.json b/src/assets/locales/en.json
index 21916858..817b3088 100644
--- a/src/assets/locales/en.json
+++ b/src/assets/locales/en.json
@@ -210,6 +210,10 @@
"save-disk-tooltip": "Save config to the conf.yml file on disk. This will backup, and then over-write your existing config",
"export-config-btn": "Export Config",
"export-config-tooltip": "View and export new config, either to a file, or to clipboard",
+ "cloud-backup-btn": "Backup to Cloud",
+ "cloud-backup-tooltip": "Save encrypted backup of configuration to cloud",
+ "edit-raw-config-btn": "Edit Raw Config",
+ "edit-raw-config-tooltip": "View and modify raw config via JSON editor",
"cancel-changes-btn": "Cancel Edit",
"cancel-changes-tooltip": "Reset current modifications, and exit Edit Mode. This will not affect your saved config",
"edit-mode-name": "Edit Mode",
diff --git a/src/components/Configuration/AppInfoModal.vue b/src/components/Configuration/AppInfoModal.vue
index d8c4c98f..9d78a059 100644
--- a/src/components/Configuration/AppInfoModal.vue
+++ b/src/components/Configuration/AppInfoModal.vue
@@ -10,20 +10,18 @@
Help & Support
For getting support with running or configuring Dashy, see the Discussions
-
Report a Bug
- If you think you've found a bug, then please raise it on GitHub.
- Include version you are running, environment info, output of the console (press F12),
- and any suppoting scerenshots.
Supporting Dashy
For ways that you can get involved, check out the Contributing page.
+
Report a Bug
+ If you think you've found a bug, then please raise an Issue.