mirror of https://github.com/jetkvm/kvm.git
fix: use translation key for audio button in ActionBar
Changed hardcoded 'Audio' string to use m.action_bar_audio() translation key for proper internationalization.
This commit is contained in:
parent
a20c13d7f3
commit
c96c3e215a
|
|
@ -207,7 +207,7 @@ export default function Actionbar({
|
||||||
<Button
|
<Button
|
||||||
size="XS"
|
size="XS"
|
||||||
theme="light"
|
theme="light"
|
||||||
text="Audio"
|
text={m.action_bar_audio()}
|
||||||
LeadingIcon={LuVolume2}
|
LeadingIcon={LuVolume2}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setDisableVideoFocusTrap(true);
|
setDisableVideoFocusTrap(true);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue