diff --git a/src/yuzu/about_dialog.cpp b/src/yuzu/about_dialog.cpp index f445ecb75b..b7c0cd58d5 100644 --- a/src/yuzu/about_dialog.cpp +++ b/src/yuzu/about_dialog.cpp @@ -18,7 +18,7 @@ AboutDialog::AboutDialog(QWidget* parent) static const std::string build_id = std::string{Common::g_build_id}; static const std::string compiler = std::string{Common::g_compiler_id}; - static const std::string yuzu_title = fmt::format("Eden | {} | {}", description, compiler); + static const std::string yuzu_build = fmt::format("Eden | {} | {}", description, compiler); const auto override_build = fmt::format(fmt::runtime( std::string(Common::g_title_bar_format_idle)),