Skip to content

Commit

Permalink
Fix localization on VncConsole
Browse files Browse the repository at this point in the history
  • Loading branch information
serboupal authored and martinpitt committed Jun 6, 2021
1 parent 8db9d2c commit 0d5d0fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/vm/consoles/vnc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,11 @@ class Vnc extends React.Component {
vncLogging='warn'
onDisconnected={this.onDisconnected}
onInitFailed={this.onInitFailed}
additionalButtons={additionalButtons} />
additionalButtons={additionalButtons}
textConnecting={_("Connecting")}
textDisconnected={_("Disconnected")}
textDisconnect={_("Disconnect")}
/>
);
}
}
Expand Down

0 comments on commit 0d5d0fc

Please sign in to comment.