mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-01 15:47:41 +08:00
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:
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user