💬 update texts to be more specific

This commit is contained in:
Fred KISSIE
2025-12-06 01:14:15 +01:00
parent 2ec2295cd6
commit 72bc26f0f8
2 changed files with 6 additions and 3 deletions

View File

@@ -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",

View File

@@ -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>