Skip to content

Commit 742537a

Browse files
authored
B #6803: Change title button for VM snapshot name (#3711)
Signed-off-by: Miguel E. Ruiz <mruiz@opennebula.io>
1 parent 05b58b8 commit 742537a

File tree

1 file changed

+1
-1
lines changed
  • src/fireedge/src/modules/components/Tabs/Vm/Storage

1 file changed

+1
-1
lines changed

src/fireedge/src/modules/components/Tabs/Vm/Storage/Actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ const SnapshotRenameAction = memo(({ vmId, disk, snapshot, sx }) => {
328328
buttonProps={{
329329
'data-cy': `${VM_ACTIONS.SNAPSHOT_DISK_RENAME}-${DISK_ID}-${ID}`,
330330
icon: <Edit />,
331-
tooltip: Tr(T.Edit),
331+
tooltip: Tr(T.Rename),
332332
sx,
333333
}}
334334
options={[

0 commit comments

Comments
 (0)