Skip to content

Commit e67b5ea

Browse files
3djcpfeerick
authored andcommitted
fix: Use translations
1 parent 9a9588f commit e67b5ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

radio/src/gui/colorlcd/radio/radio_setup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ static SetupLineDef soundPageSetupLines[] = {
259259
{
260260
STR_DEF(STR_BTAUDIO),
261261
[](Window* parent, coord_t x, coord_t y) {
262-
new TextButton(parent, {x, y, 0, 0}, "Pairing", [=]() {
262+
new TextButton(parent, {x, y, 0, 0}, STR_PAIRING, [=]() {
263263
btAudioConnect();
264264
return 0;
265265
});

0 commit comments

Comments
 (0)