toddkitta / CortanaIntelligenceSuiteWorkshopManual

This repo contains the workshop manual for the Microsoft Cortana Intelligence Suite End-to-End Workshop.
59 stars 73 forks source link

Change web app "confidence level" statement #19

Open andreda opened 7 years ago

andreda commented 7 years ago

Currently the web app shows " % confident", I would suggest you to change to "chances of delay" or something similar. It sounds better.

kushagara175 commented 1 year ago

Currently the web app shows " % confident", I would suggest you to change to "chances of delay" or something similar. It sounds better. hey nice suggestion here is what Changing the label from "% confident" to "Chances of Delay" or something similar will definitely make it sound more user-friendly and easier to understand.

Here are the steps to change the label in a web app:

Open the web app in your development environment. Locate the code or configuration file where the label is defined. This could be in a settings file, a localization file, or in the code itself. Modify the label text to "Chances of Delay" or something similar. Save the changes to the file. Test the web app to ensure that the new label appears correctly and functions as expected. It's always a good idea to test any changes thoroughly to ensure that they don't introduce new issues or break any existing functionality.