We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e0f4a commit 8016d9aCopy full SHA for 8016d9a
1 file changed
src/settings/terminalSettings.js
@@ -155,7 +155,7 @@ export default function terminalSettings() {
155
},
156
{
157
key: "imageSupport",
158
- text: `${strings["image"]} Support`,
+ text: strings["terminal:image support"],
159
checkbox: terminalValues.imageSupport,
160
info: "Whether images are supported in the terminal.",
161
@@ -167,7 +167,7 @@ export default function terminalSettings() {
167
168
169
key: "confirmTabClose",
170
- text: `${strings["confirm"]} ${strings["terminal"]} tab close`,
+ text: strings["terminal:confirm tab close"],
171
checkbox: terminalValues.confirmTabClose !== false,
172
info: "Ask for confirmation before closing terminal tabs.",
173
0 commit comments