File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 174174 {{ctx.t('browse')}}
175175 <span class =" sr-only" >
176176 {{ctx.t('browseToAttachFileFor') + ' ' + ctx.t(ctx.component.label, { _userInput: true }) + '. ' +
177- (ctx.component.description ? ctx.t(ctx.component.description, { _userInput: true }) + '. ' : '') +
178177 ((!ctx.component.filePattern || ctx.component.filePattern === '*') ? ctx.t('anyFileTypesAllowed') : ctx.t('allowedFileTypes') + ': ' + ctx.component.filePattern)}}
179178 </span >
180179 </a >
Original file line number Diff line number Diff line change 188188 {% } %}
189189 <span class =" visually-hidden" >
190190 {{ctx.t('browseToAttachFileFor') + ' ' + ctx.t(ctx.component.label, { _userInput: true }) + '. ' +
191- (ctx.component.description ? ctx.t(ctx.component.description, { _userInput: true }) + '. ' : '') +
192191 ((!ctx.component.filePattern || ctx.component.filePattern === '*') ? ctx.t('anyFileTypesAllowed') : ctx.t('allowedFileTypes') + ': ' + ctx.component.filePattern)}}
193192 </span >
194193 </a >
You can’t perform that action at this time.
0 commit comments