Skip to content

Commit

Permalink
Fixing some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
koyuawsmbrtn committed Jan 22, 2023
1 parent 726428e commit 289360c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class GIFModal extends ImmutablePureComponent {
return (
<div className='modal-root__modal tenor-modal'>
<div className='tenor-modal__container'>
<IconButton title={intl.formatMessage(messages.close)} icon='close' size="16" onClick={this.props.onClose} style={{ float: 'right' }} />
<IconButton title={intl.formatMessage(messages.close)} icon='close' size='16' onClick={this.props.onClose} style={{ float: 'right' }} />
<Tenor
token='FJBKNQSVF2DD'
// eslint-disable-next-line react/jsx-no-bind
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/error.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%meta{ content: 'width=device-width,initial-scale=1', name: 'viewport' }/
= javascript_pack_tag "locales", crossorigin: 'anonymous'
= render partial: 'layouts/theme', object: (@core || { pack: 'common' })
= render partial: 'layouts/theme', object: (@theme || { pack: 'error', flavour: 'glitch', common: { pack: 'common', flavour: 'glitch', skin: 'default' } })
= render partial: 'layouts/theme', object: (@theme || { pack: 'error', flavour: 'glitch', common: { pack: 'common', flavour: 'glitch', skin: 'koyuspace' } })
%body.error
.dialog
.dialog__illustration
Expand Down
4 changes: 2 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1114,8 +1114,8 @@ en:
title: Security verification failed
'429': Too many requests
'500':
content: We're sorry, but something went wrong on our end.
title: This page is not correct
content: We are currently on maintenance. Please try again in a few moments.
title: Something went wrong
'503': The page could not be served due to a temporary server failure.
noscript_html: To use the koyu.space web application, please enable JavaScript. Alternatively, try one of the <a href="%{apps_path}">native apps</a> for koyu.space for your platform.
existing_username_validator:
Expand Down
4 changes: 2 additions & 2 deletions config/locales/en_GB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,8 @@ en_GB:
title: Security verification failed
'429': Throttled
'500':
content: We're sorry, but something went wrong on our end.
title: This page is not correct
content: We are currently on maintenance. Please try again in a few moments.
title: Something went wrong
noscript_html: To use the koyu.space web application, please enable JavaScript. Alternatively, try one of the <a href="%{apps_path}">native apps</a> for koyu.space for your platform.
exports:
archive_takeout:
Expand Down

0 comments on commit 289360c

Please sign in to comment.