chore(editor): Tweak restore modal dialog and chat message (no-changelog) (#23975)

Co-authored-by: Jaakko Husso <jaakko@n8n.io>
This commit is contained in:
Tuukka Kantola
2026-01-08 16:32:16 +01:00
committed by GitHub
parent 8fa5aa0a7a
commit 98abeb5319
2 changed files with 2 additions and 3 deletions
@@ -125,7 +125,6 @@ function handleShowVersion(versionId: string) {
display: flex;
align-items: center;
width: 100%;
padding: 0 var(--spacing--md);
}
.restoreLine {
@@ -95,9 +95,9 @@ export default {
'aiAssistant.textMessage.restoreVersion': 'Restore version',
'aiAssistant.versionCard.restoreModal.title': 'Restore to this version?',
'aiAssistant.versionCard.restoreModal.description':
'This will replace your current version. Existing version will be saved for {pruneTime} in version history.',
'Your current version will be saved in version history for {pruneTime}.',
'aiAssistant.versionCard.restoreModal.descriptionNoLimit':
'This will replace your current version. Existing version will be saved in version history.',
'Your current version will be saved in version history.',
'aiAssistant.versionCard.restoreModal.hour': '{count} hour',
'aiAssistant.versionCard.restoreModal.hours': '{count} hours',
'aiAssistant.versionCard.restoreModal.day': '{count} day',