diff --git a/.cspell.json b/.cspell.json index 3dc16283..a1cc3772 100644 --- a/.cspell.json +++ b/.cspell.json @@ -199,7 +199,7 @@ "Fpww", "jingrowclient", "jingrowhr", - "Frappeio", + "Jingrowio", "jingrowui", "fremovexattr", "fsetxattr", diff --git a/backbone/tests/test_hypervisor.py b/backbone/tests/test_hypervisor.py index 70317edc..f43e0b3f 100644 --- a/backbone/tests/test_hypervisor.py +++ b/backbone/tests/test_hypervisor.py @@ -2,12 +2,12 @@ # For license information, please see license.txt from unittest.mock import MagicMock -from jingrow.tests.utils import FrappeTestCase +from jingrow.tests.utils import JingrowTestCase from backbone.hypervisor import Hypervisor -class TestHypervisor(FrappeTestCase): +class TestHypervisor(JingrowTestCase): def test_preinstall_pass(self): shell = MagicMock() shell.execute.return_value.returncode = 0 diff --git a/dashboard/src/components/OnboardingWithoutPayment.vue b/dashboard/src/components/OnboardingWithoutPayment.vue index b2aac990..b229f3c1 100644 --- a/dashboard/src/components/OnboardingWithoutPayment.vue +++ b/dashboard/src/components/OnboardingWithoutPayment.vue @@ -4,7 +4,7 @@
@@ -57,7 +57,7 @@ export default { }, }, methods: { - redirectForFrappeioAuth() { + redirectForJingrowioAuth() { window.location = '/f-login'; }, }, diff --git a/dashboard/src/components/auth/LoginBox.vue b/dashboard/src/components/auth/LoginBox.vue index 6666fb34..9b1124d2 100644 --- a/dashboard/src/components/auth/LoginBox.vue +++ b/dashboard/src/components/auth/LoginBox.vue @@ -1,7 +1,7 @@