Skip to content

Commit 4133133

Browse files
committed
fix: TT-140 change message toast
1 parent 997af76 commit 4133133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/shared/components/details-fields/details-fields.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export class DetailsFieldsComponent implements OnChanges, OnInit {
248248

249249
onclickFormAction(isProjectSelected: boolean){
250250
if (isProjectSelected){
251-
this.toastrService.warning('Please, select first a project');
251+
this.toastrService.warning('Please, first select a project');
252252
}
253253
}
254254

0 commit comments

Comments
 (0)