feat: add translation for navbar notifications
This commit is contained in:
@@ -105,7 +105,7 @@ export const NavBar: React.FC<NavBarProps> = ({
|
|||||||
const goToMainMenu = async () => {
|
const goToMainMenu = async () => {
|
||||||
if (browserId) {
|
if (browserId) {
|
||||||
await stopRecording(browserId);
|
await stopRecording(browserId);
|
||||||
notify("warning", "Current Recording was terminated");
|
notify("warning", t('browser_recording.notifications.terminated'));
|
||||||
setBrowserId(null);
|
setBrowserId(null);
|
||||||
}
|
}
|
||||||
navigate("/");
|
navigate("/");
|
||||||
|
|||||||
Reference in New Issue
Block a user