Update translations.

This commit is contained in:
Lukas Brübach 2024-11-19 03:15:53 +01:00
parent a958a126a5
commit 3c397a6677

View file

@ -188,7 +188,7 @@ QVariant DeckListModel::headerData(const int section, const Qt::Orientation orie
case 3:
return tr("Number");
case 4:
return tr("UUID");
return tr("Provider ID");
default:
return {};
}