Change the text displayed in the browser title bar of admin section

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Hi,
Is there a setting to change the text from "NopCommerce Web Administration" to "Web Administration" (or whatever) which is displayed in the browser titlebar when in the admin section?...I am using version 1.90 and purchased the copyright removal notice...if that helps.
12 years ago
It's hard coded in

\src\Presentation\Nop.Web\Administration\Views\Shared\_AdminLayout.cshtml

<head>
    <title>NopCommerce Web Administration. @ViewBag.Title</title>
12 years ago
This is not the MVC version, nevertheless I found the solution...edited the master page. I was hoping there was a setting instead.

New York wrote:
It's hard coded in

\src\Presentation\Nop.Web\Administration\Views\Shared\_AdminLayout.cshtml

<head>
    <title>NopCommerce Web Administration. @ViewBag.Title</title>
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.