Revision c9a6e558

b/snf-astakos-app/astakos/im/forms.py
679 679
                            _(astakos_messages.DOMAIN_VALUE_ERR),
680 680
                            'invalid')
681 681
app_name_help        =  _("""
682
        The Project's name should be in a domain format.
682
        The project's name should be in a domain format.
683 683
        The domain shouldn't neccessarily exist in the real
684 684
        world but is helpful to imply a structure.
685 685
        e.g.: myproject.mylab.ntua.gr or
......
700 700
app_desc_label       =  _("Description")
701 701
app_desc_help        =  _("""
702 702
        Please provide a short but descriptive abstract of your
703
        Project, so that anyone searching can quickly understand
704
        what this Project is about.""")
703
        project, so that anyone searching can quickly understand
704
        what this project is about.""")
705 705

  
706 706
app_comment_label    =  _("Comments for review (private)")
707 707
app_comment_help     =  _("""
......
1029 1029
        if self.email_change:
1030 1030
            self.fields.update(self.email_change_form.fields)
1031 1031
            self.fields['new_email_address'].required = False
1032
            self.fields['email'].help_text = _('Request email change')
1032
            self.fields['email'].help_text = _('Change the email associated with '
1033
                                               'your account. This email will '
1034
                                               'remain active until you verify '
1035
                                               'your new one.')
1033 1036

  
1034 1037
        if self.password_change:
1035 1038
            self.fields.update(self.password_change_form.fields)
1036 1039
            self.fields['old_password'].required = False
1037 1040
            self.fields['old_password'].label = _('Password')
1038
            self.fields['old_password'].help_text = _('Change your local '
1039
                                                      'password')
1041
            self.fields['old_password'].help_text = _('Change your password.')
1040 1042
            self.fields['old_password'].initial = 'password'
1041 1043
            self.fields['new_password1'].required = False
1042 1044
            self.fields['new_password2'].required = False
b/snf-astakos-app/astakos/im/models.py
364 364
                                  max_length=32,
365 365
                                  null=True, 
366 366
                                  blank=True, 
367
                                  help_text = _( 'Renew' ))
367
                                  help_text = _('Renew your authentication '
368
                                                'token. Make sure to set the new '
369
                                                'token in any client you may be '
370
                                                'using, to preserve its '
371
                                                'functionality.'))
368 372
    auth_token_created = models.DateTimeField(_('Token creation date'), 
369 373
                                              null=True)
370 374
    auth_token_expires = models.DateTimeField(
b/snf-astakos-app/astakos/im/settings.py
244 244
                 'verbose_name':'storage',
245 245
            },
246 246
            'network': {
247
                'help_text':' Network resources (amount of Private Networks)  ',
247
                'help_text':' Network resources (number of Private Networks)  ',
248 248
                'is_abbreviation':False,
249 249
                'report_desc':'',
250 250
                'verbose_name':'network',
b/snf-astakos-app/conf/20-snf-astakos-app-settings.conf
194 194
#                 'verbose_name':'storage',
195 195
#            },
196 196
#            'network': {
197
#                'help_text':' Network resources (amount of Private Networks)  ',
197
#                'help_text':' Network resources (number of Private Networks)  ',
198 198
#                'is_abbreviation':False,
199 199
#                'report_desc':'',
200 200
#                'verbose_name':'network',

Also available in: Unified diff