Consolidate some similar strings
This commit is contained in:
parent
6ec2e9c822
commit
402f62e09a
3 changed files with 3 additions and 5 deletions
|
|
@ -62,7 +62,7 @@ export const RageshakeRequestModal: FC<Props> = ({
|
|||
}
|
||||
disabled={sending}
|
||||
>
|
||||
{sending ? t("Sending debug log…") : t("Send debug log")}
|
||||
{sending ? t("Sending debug logs…") : t("Send debug logs")}
|
||||
</Button>
|
||||
</FieldRow>
|
||||
{error && (
|
||||
|
|
|
|||
|
|
@ -98,7 +98,7 @@ export function RoomAuthView() {
|
|||
</main>
|
||||
<Body className={styles.footer}>
|
||||
<Trans>
|
||||
{"Not registered yet? "}
|
||||
Not registered yet?{" "}
|
||||
<Link
|
||||
color="primary"
|
||||
to={{ pathname: "/login", state: { from: location } }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue