diff options
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/ExpiredAccountAddTime.tsx | 2 | ||||
| -rw-r--r-- | gui/src/renderer/components/Login.tsx | 2 | ||||
| -rw-r--r-- | gui/src/renderer/components/ProblemReport.tsx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gui/src/renderer/components/ExpiredAccountAddTime.tsx b/gui/src/renderer/components/ExpiredAccountAddTime.tsx index 75363c4d79..14a2de74c4 100644 --- a/gui/src/renderer/components/ExpiredAccountAddTime.tsx +++ b/gui/src/renderer/components/ExpiredAccountAddTime.tsx @@ -209,7 +209,7 @@ export function SetupFinished() { <StyledCustomScrollbars fillContainer> <StyledContainer> <StyledBody> - <StyledTitle>{messages.pgettext('connect-view', "You're all set!")}</StyledTitle> + <StyledTitle>{messages.pgettext('connect-view', 'You’re all set!')}</StyledTitle> <StyledLabel> {messages.pgettext( 'connect-view', diff --git a/gui/src/renderer/components/Login.tsx b/gui/src/renderer/components/Login.tsx index 9a16b68680..0b30b1c167 100644 --- a/gui/src/renderer/components/Login.tsx +++ b/gui/src/renderer/components/Login.tsx @@ -332,7 +332,7 @@ export default class Login extends React.Component<IProps, IState> { return ( <> <StyledLoginFooterPrompt> - {messages.pgettext('login-view', "Don't have an account number?")} + {messages.pgettext('login-view', 'Don’t have an account number?')} </StyledLoginFooterPrompt> <AppButton.BlueButton onClick={this.props.createNewAccount} diff --git a/gui/src/renderer/components/ProblemReport.tsx b/gui/src/renderer/components/ProblemReport.tsx index f7f5e4cd5a..c2e501e109 100644 --- a/gui/src/renderer/components/ProblemReport.tsx +++ b/gui/src/renderer/components/ProblemReport.tsx @@ -141,7 +141,7 @@ export default class ProblemReport extends React.Component< <HeaderSubTitle> {messages.pgettext( 'support-view', - "To help you more effectively, your app's log file will be attached to this message. Your data will remain secure and private, as it is anonymised before being sent over an encrypted channel.", + 'To help you more effectively, your app’s log file will be attached to this message. Your data will remain secure and private, as it is anonymised before being sent over an encrypted channel.', )} </HeaderSubTitle> )} |
