Skip to content
Snippets Groups Projects
Commit 174795b3 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #108 and #107 wording name

parent c9d1c62d
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@
<form class="form-horizontal" (ngSubmit)="onSubmit()" #actionsFormUp="ngForm">
<div class="form-group">
<mat-form-field>
<input matInput [(ngModel)]="action.label_action" required name="action_name" id="action_name" title="{{lang.actionName}}"
type="text" placeholder="{{lang.actionName}}" maxlength="255">
<input matInput [(ngModel)]="action.label_action" required name="action_name" id="action_name" title="{{lang.label}}"
type="text" placeholder="{{lang.label}}" maxlength="255">
</mat-form-field>
</div>
<div class="form-group">
......
......@@ -23,8 +23,8 @@
<div class="form-group">
<div class="col-sm-12">
<mat-form-field>
<input matInput name="label_status" id="label_status" maxlength="50" [(ngModel)]="status.label_status" title="{{lang.statusName}}"
placeholder="{{lang.statusName}}" type="text" required>
<input matInput name="label_status" id="label_status" maxlength="50" [(ngModel)]="status.label_status" title="{{lang.label}}"
placeholder="{{lang.label}}" type="text" required>
</mat-form-field>
</div>
</div>
......
<?xml version="1.0" encoding="utf-8"?>
<root>
<SERVICE>
<id>admin_life_cycle</id>
<name>_ADMIN_LIFE_CYCLE</name>
<comment>_ADMIN_LIFE_CYCLE_DESC</comment>
<servicepage>index.php?page=life_cycle_administration&amp;module=life_cycle</servicepage>
<servicetype>admin</servicetype>
<system_service>false</system_service>
<style>fa fa-recycle</style>
<enabled>true</enabled>
<WHEREAMIUSED>
<page>admin.php</page>
<nature>listelement</nature>
</WHEREAMIUSED>
</SERVICE>
</root>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment