Try your search with a different keyword or use * as a wildcard.
@model Nop.Plugin.ExternalAuth.Facebook.Models.ConfigurationModel @inject Nop.Core.IWebHelper webHelper @{ Layout = "_ConfigurePlugin"; } @Html.Raw(string.Format(T("Plugins.ExternalAuth.Facebook.Instructions").Text, webHelper.GetStoreLocation())) @T("Admin.Common.Save")