Skip to content

Commit

Permalink
Merge pull request #21 from dinger1986/develop
Browse files Browse the repository at this point in the history
Update TakeControl.vue
  • Loading branch information
wh1te909 authored Mar 2, 2024
2 parents e91f3fe + 612aaa7 commit 162360b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/TakeControl.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default {
control.value = data.control;
status.value = data.status;
useMeta({
title: `${data.hostname} - ${data.client} - ${data.site} | Remote Background`,
title: `${data.hostname} - ${data.client} - ${data.site} | Take Control`,
});
} catch (e) {
console.error(e);
Expand Down

0 comments on commit 162360b

Please sign in to comment.