nudge icon indicating copy to clipboard operation
nudge copied to clipboard

`customDeferralDropdownText` string is truncated

Open dan-snelson opened this issue 2 years ago • 2 comments

In Nudge 1.1.7.81411, the customDeferralDropdownText is truncated on longer strings; the menu options seem to accommodate longer strings.

"updateElements": [
        {
            "_language": "en",
            "actionButtonText": "actionButtonText",
            "customDeferralButtonText": "customDeferralButtonText",
            "customDeferralDropdownText": "customDeferralDropdownText",
            "informationButtonText": "informationButtonText",
            "mainContentHeader": "mainContentHeader",
            "mainContentNote": "mainContentNote",
            "mainContentSubHeader": "mainContentSubHeader",
            "mainContentText": "mainContentText \n\nTo perform the update now, click \"actionButtonText,\" review the on-screen instructions by clicking \"More Info…\" then click \"Update Now.\" (Click screenshot below.)\n\nIf you are unable to perform this update now, click \"primaryQuitButtonText\" (which will no longer be visible once the ${deadline} deadline has passed).",
            "mainHeader": "mainHeader",
            "oneDayDeferralButtonText": "oneDayDeferralButtonText",
            "oneHourDeferralButtonText": "oneHourDeferralButtonText",
            "primaryQuitButtonText": "primaryQuitButtonText",
            "secondaryQuitButtonText": "secondaryQuitButtonText",
            "subHeader": "subHeader"
        }
Screen Shot 2022-06-03 at 10 23 26 AM Screen Shot 2022-06-03 at 10 23 34 AM

dan-snelson avatar Jun 03 '22 16:06 dan-snelson

I tried really hard to fix this when I made it a new optional key and after about 6 hours gave up.

If someone else wants to try to fix it, please do. I'm out of ideas.

erikng avatar Jun 03 '22 17:06 erikng

Thanks for all your efforts, @erikng.

dan-snelson avatar Jun 03 '22 17:06 dan-snelson