This is a very thin (and probably trivial) usability issue but I'd like your input. The user of a webapp is editing his/her profile settings. For each setting there is a label, the actual input/checkbox and a small piece of help text giving more insight on the setting itself.
Notifications: [X]
We'll notify you 5 days ahead with
such and such...
Days ahead for [ 5 ]
notification: Controls how many days ahead you'd
like to hear from us.
The question is whether you feel that the occurence of number 5 in the help text of the first option is confusing. Changing the value 5 in the second option will update the help text in real time via javascript, so if the user changes it to 8 the help text of the first option will be updated immediatelly to "We'll notify you 8 days ahead..."
So, is this helpful? Or should I just play safe and change the help text of the first option to something generic like "We'll notify you with such and such..." ?