Skip to content

Commit

Permalink
[UserSettings] Fix 'save' text. (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored Dec 18, 2020
1 parent dd7bd80 commit 1cb8b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/UserSettings/AvatarUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function AvatarUpload(props: { doneCallback?: () => void }) {
done={done}
buttonProps={{ type: "submit" }}
>
<Translate id="buttons.Save" />
<Translate id="buttons.save" />
</LoadingDoneButton>
</Grid>
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion src/components/UserSettings/UserSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class UserSettings extends React.Component<

<Grid item container justify="flex-end">
<Button type="submit" variant="contained">
Save
<Translate id="buttons.save" />
</Button>
</Grid>
</Grid>
Expand Down

0 comments on commit 1cb8b3e

Please sign in to comment.