Skip to content

Commit

Permalink
include compartment ID settings in settings commit
Browse files Browse the repository at this point in the history
format
  • Loading branch information
tmgrask committed Dec 10, 2024
1 parent 5f0188c commit ea4e362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/ConduitSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ export function ConduitSettings({ iconSize }: { iconSize: number }) {
limitUpstreamBytesPerSecond: MBToBytes(modifiedMaxMBps.value),
limitDownstreamBytesPerSecond: MBToBytes(modifiedMaxMBps.value),
privateKey: inproxyParameters.privateKey,
personalPairingEnabled: modifiedPersonalPairingModeEnabled.value,
compartmentId: inproxyParameters.compartmentId,
} as InproxyParameters);
if (newInproxyParameters.error) {
logErrorToDiagnostic(
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"string": "Personal Pairing"
},
"SHARE_PAIRING_LINK_I18N": {
"string": "Share Pairing Link"
"string": "Share With Friends & Family"
},
"ON_I18N": {
"string": "ON"
Expand Down

0 comments on commit ea4e362

Please sign in to comment.