From 001ca7de60bc9302c81e549114c84044bf96f65a Mon Sep 17 00:00:00 2001 From: Pavlenex <36959754+pavlenex@users.noreply.github.com> Date: Thu, 31 Mar 2022 14:51:16 +0200 Subject: [PATCH] Fix UI to match Shopify's --- BTCPayServer/Plugins/Shopify/Models/ShopifySettings.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BTCPayServer/Plugins/Shopify/Models/ShopifySettings.cs b/BTCPayServer/Plugins/Shopify/Models/ShopifySettings.cs index 728d5af6c..beb41a5ba 100644 --- a/BTCPayServer/Plugins/Shopify/Models/ShopifySettings.cs +++ b/BTCPayServer/Plugins/Shopify/Models/ShopifySettings.cs @@ -8,11 +8,11 @@ namespace BTCPayServer.Plugins.Shopify.Models { [Display(Name = "Shop Name")] public string ShopName { get; set; } - - [Display(Name = "Api Key (Apps->Develop Apps-> Create app)")] + + [Display(Name = "Api Key")] public string ApiKey { get; set; } - - [Display(Name = "Api Secret Key")] + + [Display(Name = "Admin API access token")] public string Password { get; set; } public bool CredentialsPopulated()