|
150 | 150 | android:layout_width="match_parent" |
151 | 151 | android:layout_height="wrap_content" |
152 | 152 | android:textStyle="bold" |
153 | | - android:hint="@string/edit_location_hint_inverter_power_limit"/> |
| 153 | + android:hint="@string/edit_location_hint_inverter_efficiency"/> |
154 | 154 | <androidx.appcompat.widget.AppCompatEditText |
155 | | - android:id="@+id/EditLocation_Inverter_Power_Limit" |
| 155 | + android:id="@+id/EditLocation_Inverter_Efficiency" |
156 | 156 | android:layout_width="match_parent" |
157 | 157 | android:layout_height="wrap_content" |
158 | 158 | android:inputType="numberDecimal" |
159 | | - android:hint="@string/edit_location_hint_inverter_power_limit"/> |
| 159 | + android:hint="@string/edit_location_hint_inverter_efficiency"/> |
160 | 160 | <TextView |
161 | 161 | android:layout_width="match_parent" |
162 | 162 | android:layout_height="wrap_content" |
163 | 163 | android:textStyle="bold" |
164 | | - android:hint="@string/edit_location_hint_inverter_efficiency"/> |
| 164 | + android:hint="@string/edit_location_hint_inverter_power_limit"/> |
165 | 165 | <androidx.appcompat.widget.AppCompatEditText |
166 | | - android:id="@+id/EditLocation_Inverter_Efficiency" |
| 166 | + android:id="@+id/EditLocation_Inverter_Power_Limit" |
167 | 167 | android:layout_width="match_parent" |
168 | 168 | android:layout_height="wrap_content" |
169 | 169 | android:inputType="numberDecimal" |
170 | | - android:hint="@string/edit_location_hint_inverter_efficiency"/> |
| 170 | + android:hint="@string/edit_location_hint_inverter_power_limit"/> |
171 | 171 | <TextView |
172 | 172 | android:layout_width="match_parent" |
173 | 173 | android:layout_height="wrap_content" |
|
0 commit comments