mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
fix: adapt translation keys to our convention (#1988)
This commit is contained in:
@@ -25,7 +25,7 @@ const Header: StatelessComponent<HeaderProps> = ({ main }) => {
|
||||
>
|
||||
The Coral Project
|
||||
</Typography>
|
||||
<Localized id="install-title">
|
||||
<Localized id="install-header-title">
|
||||
<Typography
|
||||
className={cn(styles.subHeadline, {
|
||||
[styles.subHeadlineMain]: main,
|
||||
|
||||
@@ -13,7 +13,7 @@ const BackButton: StatelessComponent<BackButtonProps> = ({
|
||||
onGoToPreviousStep,
|
||||
}) => {
|
||||
return (
|
||||
<Localized id="install-back">
|
||||
<Localized id="install-backButton-back">
|
||||
<Button
|
||||
onClick={onGoToPreviousStep}
|
||||
variant="filled"
|
||||
|
||||
@@ -16,7 +16,7 @@ const NextButton: StatelessComponent<NextButtonProps> = props => {
|
||||
type="submit"
|
||||
disabled={props.submitting}
|
||||
>
|
||||
<Localized id="install-next">
|
||||
<Localized id="install-nextButton-next">
|
||||
<span>Next</span>
|
||||
</Localized>
|
||||
<ButtonIcon>arrow_forward</ButtonIcon>
|
||||
|
||||
@@ -100,7 +100,7 @@ const PermittedDomains: StatelessComponent<PermittedDomainsForm> = props => {
|
||||
</Field>
|
||||
|
||||
<Flex direction="row-reverse" itemGutter>
|
||||
<Localized id="install-finishInstall">
|
||||
<Localized id="install-permittedDomains-finishInstall">
|
||||
<Button
|
||||
variant="filled"
|
||||
color="primary"
|
||||
|
||||
Reference in New Issue
Block a user