diff --git a/linphone-app/src/utils/Constants.hpp b/linphone-app/src/utils/Constants.hpp index 29e86686d..25cb2a5a6 100644 --- a/linphone-app/src/utils/Constants.hpp +++ b/linphone-app/src/utils/Constants.hpp @@ -62,7 +62,7 @@ public: static constexpr char DownloadUrl[] = "https://www.linphone.org/technical-corner/linphone"; static constexpr char VersionCheckReleaseUrl[] = "https://linphone.org/releases"; static constexpr char VersionCheckNightlyUrl[] = "https://linphone.org/snapshots"; - static constexpr char PasswordRecoveryUrl[] = "https://subscribe.linphone.org/login"; + static constexpr char PasswordRecoveryUrl[] = "https://subscribe.linphone.org/login/email"; static constexpr char CguUrl[] = "https://www.linphone.org/general-terms"; static constexpr char PrivatePolicyUrl[] = "https://www.linphone.org/privacy-policy"; static constexpr char ContactUrl[] = "https://www.linphone.org/contact"; diff --git a/linphone-app/ui/modules/Linphone/Chat/Event.qml b/linphone-app/ui/modules/Linphone/Chat/Event.qml index bdab26917..8201adc75 100644 --- a/linphone-app/ui/modules/Linphone/Chat/Event.qml +++ b/linphone-app/ui/modules/Linphone/Chat/Event.qml @@ -92,6 +92,8 @@ Row { height: ChatStyle.entry.lineHeight spacing: ChatStyle.entry.message.extraContent.spacing + layoutDirection: $chatEntry.isOutgoing ? Qt.RightToLeft : Qt.LeftToRight + Icon { height: parent.height icon: mainItem.iconData ? mainItem.iconData.icon : null