[Video] Add a string for localization (#5240)
This commit is contained in:
parent
9e1eb1f9f1
commit
723a5e488e
3 changed files with 79 additions and 50 deletions
|
@ -180,6 +180,11 @@ export function useUploadVideo({
|
|||
msg`You've reached your daily limit for video uploads (too many videos)`,
|
||||
)
|
||||
break
|
||||
case 'Account is not old enough to upload videos':
|
||||
message = _(
|
||||
msg`Your account is not yet old enough to upload videos. Please try again later.`,
|
||||
)
|
||||
break
|
||||
default:
|
||||
message = e.message
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue