Merge pull request #1539 from gitroomhq/fix/tiktok-pending-share-error-message
Clarify TikTok pending-share error mentions the 24-hour window
This commit is contained in:
commit
e19c855da6
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ export class TiktokProvider extends SocialAbstract implements SocialProvider {
|
|||
return {
|
||||
type: 'bad-body' as const,
|
||||
value:
|
||||
'TikTok limit the maximum of pending posts to 5, TikTok limits you for now, please check your TikTok inbox at your TikTok mobile app and try again later',
|
||||
'TikTok limits pending posts to 5 within any 24-hour period. Please check your TikTok inbox in the TikTok mobile app and try again after 24 hours.',
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue