From 8b66b6bdb3d1e83ad32fc2ff44622043a50bc9a8 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 21 Feb 2019 11:03:48 +0000 Subject: [PATCH] Relabel custom HS link on registration from 'Edit' to 'Change' Fixes https://github.com/vector-im/riot-web/issues/8853 --- src/components/views/auth/RegistrationForm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/auth/RegistrationForm.js b/src/components/views/auth/RegistrationForm.js index 056411033b..eabdcd0dd2 100644 --- a/src/components/views/auth/RegistrationForm.js +++ b/src/components/views/auth/RegistrationForm.js @@ -320,7 +320,7 @@ module.exports = React.createClass({ editLink = - {_t('Edit')} + {_t('Change')} ; }