Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Nov 19, 2024
1 parent 4d8abba commit 09ecc36
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/accounts/UserSessionsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const loading = ref(false);
function removeSession(token: AuthToken) {
$q.dialog({
title: `Disconnect session for ${token.user}?`,
message: "This user will be signed out immediately.",
cancel: true,
ok: { label: "Delete", color: "negative" },
}).onOk(async () => {
Expand Down
1 change: 0 additions & 1 deletion src/ee/sso/components/SSOAccountsTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ const loading = ref(false);
function removeSSOAccount(account: SSOAccount) {
$q.dialog({
title: `Disconnect social account: ${account.display}?`,
message: "If you are signed in with this account you will be logged off",
cancel: true,
ok: { label: "Delete", color: "negative" },
}).onOk(async () => {
Expand Down
2 changes: 1 addition & 1 deletion src/ee/sso/components/SSOProvidersTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For details, see: https://license.tacticalrmm.com/ee
<q-icon name="description" />
</q-item-section>
<q-item-section
>Copy Allowed JavaScript Origin to Clipboard</q-item-section
>Copy Authorized JavaScript origin</q-item-section
>
</q-item>

Expand Down

0 comments on commit 09ecc36

Please sign in to comment.