From a8db5ff8c46339884ef8b22f9fbe1a63fa0f6d8d Mon Sep 17 00:00:00 2001 From: liushuyu Date: Fri, 15 Oct 2021 19:05:01 -0600 Subject: [PATCH] fix(ui/views): fix EA auth UI handling --- ui/src/locales/en.json | 2 +- ui/src/views/SelectPackages.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/locales/en.json b/ui/src/locales/en.json index e01b9ac..aa7e13b 100644 --- a/ui/src/locales/en.json +++ b/ui/src/locales/en.json @@ -65,7 +65,7 @@ "paste": "Paste", "token": "Token", "verify": "Verify Token", - "page_header": "The Early Access release channel lets you try out the latest experimental features and fixes, before they are merged into yuzu. This channel includes all regular yuzu daily updates, plus these exclusive features.\n\nTo be an Early Access member, you must be a Patreon Early Access Subscriber.", + "page_header": "The Early Access release channel lets you try out the latest experimental features and fixes, before they are merged into yuzu. This channel includes all regular yuzu daily updates, plus these exclusive features.\n\nTo be an Early Access member, you must be a Patreon Early Access Subscriber.", "page_opened": "Page opened! Check your default browser for the page, and follow the instructions there to link your patreon account.\nWhen you are done, enter the token below.", "login_failed": "Login failed!\n\nDouble check that your token is correct and try again" }, diff --git a/ui/src/views/SelectPackages.vue b/ui/src/views/SelectPackages.vue index d51dfda..b78b739 100644 --- a/ui/src/views/SelectPackages.vue +++ b/ui/src/views/SelectPackages.vue @@ -7,7 +7,7 @@
-
+
New!