mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-02 08:09:10 +00:00
💬 update texts to be more specific
This commit is contained in:
@@ -1308,6 +1308,9 @@
|
||||
"accountSetupSuccess": "Account setup completed! Welcome to Pangolin!",
|
||||
"documentation": "Documentation",
|
||||
"saveAllSettings": "Save All Settings",
|
||||
"saveResourceTargets": "Save Targets",
|
||||
"saveResourceHttp": "Save Additional fields",
|
||||
"saveProxyProtocol": "Save Proxy protocol settings",
|
||||
"settingsUpdated": "Settings updated",
|
||||
"settingsUpdatedDescription": "Settings updated successfully",
|
||||
"settingsErrorUpdate": "Failed to update settings",
|
||||
|
||||
@@ -1138,7 +1138,7 @@ function ProxyResourceTargetsForm({
|
||||
loading={isSubmitting}
|
||||
type="submit"
|
||||
>
|
||||
{t("save")}
|
||||
{t("saveResourceTargets")}
|
||||
</Button>
|
||||
</form>
|
||||
</SettingsSection>
|
||||
@@ -1486,7 +1486,7 @@ function ProxyResourceHttpForm({
|
||||
loading={isSubmitting}
|
||||
type="submit"
|
||||
>
|
||||
{t("save")}
|
||||
{t("saveResourceHttp")}
|
||||
</Button>
|
||||
</form>
|
||||
</SettingsSectionBody>
|
||||
@@ -1687,7 +1687,7 @@ function ProxyResourceProtocolForm({
|
||||
loading={isSubmitting}
|
||||
type="submit"
|
||||
>
|
||||
{t("save")}
|
||||
{t("saveProxyProtocol")}
|
||||
</Button>
|
||||
</form>
|
||||
</SettingsSectionBody>
|
||||
|
||||
Reference in New Issue
Block a user