mirror of
https://github.com/wassname/talk.git
synced 2026-08-16 11:29:31 +08:00
More strings.
This commit is contained in:
@@ -36,7 +36,7 @@ export class CountdownSeconds extends React.Component {
|
||||
const secRemaining = msRemaining / 1000;
|
||||
const wholeSecRemaining = Math.floor(secRemaining);
|
||||
const plural = secRemaining !== 1;
|
||||
const units = t(plural ? 'editComment.secondsPlural' : 'editComment.second');
|
||||
const units = t(plural ? 'edit_comment.secondsPlural' : 'edit_comment.second');
|
||||
let classFromProp;
|
||||
if (typeof classNameForMsRemaining === 'function') {
|
||||
classFromProp = classNameForMsRemaining(msRemaining);
|
||||
|
||||
@@ -80,7 +80,7 @@ class Stream extends React.Component {
|
||||
{!banned && temporarilySuspended &&
|
||||
<RestrictedMessageBox>
|
||||
{
|
||||
t('sign_in.temporaly_suspended',
|
||||
t('sign_in.temporarily_suspended',
|
||||
this.props.root.settings.organizationName,
|
||||
timeago(user.suspension.until),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user