~aleteoryx/muditaos

9c2a304995a308db8821cfc84bfe1957e66c9ca2 — Piotr Tański 4 years ago 39718a0
[EGD-7769] Fixed private number translation

It wasn't properly translated in call log details window.
1 files changed, 2 insertions(+), 1 deletions(-)

M module-apps/application-calllog/windows/CallLogDetailsWindow.cpp
M module-apps/application-calllog/windows/CallLogDetailsWindow.cpp => module-apps/application-calllog/windows/CallLogDetailsWindow.cpp +2 -1
@@ 146,7 146,8 @@ namespace gui
        ActiveIconFactory factory(this->application);
        const auto &numberView = record.phoneNumber;
        if (record.presentation == PresentationType::PR_UNKNOWN) {
            numberHBox->addText(callLogStyle::strings::privateNumber, style::window::font::mediumbold);
            numberHBox->addText(utils::translate(callLogStyle::strings::privateNumber),
                                style::window::font::mediumbold);
        }
        else {
            numberHBox->addText(numberView.getFormatted(), style::window::font::mediumbold);