feat(open-authoring): add hover tooltip (#5567)
This commit is contained in:
committed by
GitHub
parent
4183409e71
commit
1822815118
@ -131,6 +131,10 @@ const en = {
|
||||
deleteEntry: 'Delete entry',
|
||||
saving: 'Saving...',
|
||||
save: 'Save',
|
||||
statusInfoTooltipDraft:
|
||||
'Entry status is set to draft. To finalize and submit it for review, set the status to ‘In review’',
|
||||
statusInfoTooltipInReview:
|
||||
'Entry is being reviewed, no further actions are required. However, you can still make additional changes while it is being reviewed.',
|
||||
deleting: 'Deleting...',
|
||||
updating: 'Updating...',
|
||||
setStatus: 'Set status',
|
||||
|
Reference in New Issue
Block a user