diff --git a/Widgets/NColorPickerDialog.qml b/Widgets/NColorPickerDialog.qml index d90b6253..b3b777b5 100644 --- a/Widgets/NColorPickerDialog.qml +++ b/Widgets/NColorPickerDialog.qml @@ -369,7 +369,7 @@ Popup { spacing: Style.marginM NLabel { - label: I18n.tr("widgets.color-picker.hex") + label: "Hex:" Layout.alignment: Qt.AlignVCenter }