Skip to content

Commit

Permalink
chore(i18n): update typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nonumpa committed Aug 10, 2023
1 parent 9294e2d commit 9a28a41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Collaborate/CollabHistory.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const CustomModalContent = forwardRef(function CustomModalContent(
)}
</Box>
<Box className={classes.modalMain}>
<Typography variant="h6">{t`Difference between version ${versionTitle} and it's previous version`}</Typography>
<Typography variant="h6">{t`Difference between version ${versionTitle} and its previous version`}</Typography>
<ProseMirror
ref={editor}
state={state}
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -2544,7 +2544,7 @@ msgstr "版本"

#: components\Collaborate\CollabHistory.js:178
#, javascript-format
msgid "Difference between version ${ versionTitle } and it's previous version"
msgid "Difference between version ${ versionTitle } and its previous version"
msgstr "版本 ${ versionTitle } 與上一個版本的差異"

#: components\Collaborate\CollabHistory.js:207
Expand Down

0 comments on commit 9a28a41

Please sign in to comment.