diff --git a/changelog.d/+update-login-splash-screen.bugfix b/changelog.d/+update-login-splash-screen.bugfix
new file mode 100644
index 0000000000..1ea90a7eab
--- /dev/null
+++ b/changelog.d/+update-login-splash-screen.bugfix
@@ -0,0 +1 @@
+Switch the position and styles of the 'already have an account' and 'create account' buttons in the login splash screen. Also changes the 'already have an account one' to just say 'sign in'.
diff --git a/library/ui-strings/src/main/res/values/strings.xml b/library/ui-strings/src/main/res/values/strings.xml
index 9f842a5741..577101b0d3 100644
--- a/library/ui-strings/src/main/res/values/strings.xml
+++ b/library/ui-strings/src/main/res/values/strings.xml
@@ -2095,6 +2095,7 @@
Keep conversations private with encryptionExtend & customize your experienceGet started
+ Sign InCreate accountI already have an account
diff --git a/vector/src/main/res/layout/fragment_ftue_splash_carousel.xml b/vector/src/main/res/layout/fragment_ftue_splash_carousel.xml
index c6b27f5d09..bb44af1221 100644
--- a/vector/src/main/res/layout/fragment_ftue_splash_carousel.xml
+++ b/vector/src/main/res/layout/fragment_ftue_splash_carousel.xml
@@ -57,30 +57,30 @@
app:layout_constraintTop_toBottomOf="@id/carouselIndicator" />
+ app:layout_constraintTop_toBottomOf="@id/loginSplashButtonsSpace" />
+ app:layout_constraintTop_toBottomOf="@id/loginSplashAlreadyHaveAccount"
+ tools:text="@string/login_splash_create_account" />