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