feat(open-authoring): add hover tooltip (#5567)

This commit is contained in:
Brady Stroud [SSW]
2021-07-06 23:43:51 +10:00
committed by GitHub
parent 4183409e71
commit 1822815118
6 changed files with 2318 additions and 68 deletions

View File

@ -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',