Skip to content

Commit 8016d9a

Browse files
authored
Update terminalSettings.js
1 parent 78e0f4a commit 8016d9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/settings/terminalSettings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default function terminalSettings() {
155155
},
156156
{
157157
key: "imageSupport",
158-
text: `${strings["image"]} Support`,
158+
text: strings["terminal:image support"],
159159
checkbox: terminalValues.imageSupport,
160160
info: "Whether images are supported in the terminal.",
161161
},
@@ -167,7 +167,7 @@ export default function terminalSettings() {
167167
},
168168
{
169169
key: "confirmTabClose",
170-
text: `${strings["confirm"]} ${strings["terminal"]} tab close`,
170+
text: strings["terminal:confirm tab close"],
171171
checkbox: terminalValues.confirmTabClose !== false,
172172
info: "Ask for confirmation before closing terminal tabs.",
173173
},

0 commit comments

Comments
 (0)