change wording on splash screen

This commit is contained in:
Kenny 2022-04-05 09:41:29 -04:00 committed by GitHub
parent 08a3fb532b
commit f5f2ab85cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ export default {
layout: "empty",
data: () => ({
progressMsg: "Fetching the API",
progressMsg: "Connecting",
}),
async mounted() {
this.$store.commit("tweaks/initTweaks");
@ -48,7 +48,7 @@ export default {
await theming;
await this.$youtube.getAPI();
this.progressMsg = "Navigating Home";
this.progressMsg = "Launching";
//--- April First Joke ---//
if (Math.floor(Math.random() * 9 == 0)) {