Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02d496f2 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Settings: res: Set proper title for system version

parent 99b520e4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -16,6 +16,9 @@
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- /e/ version -->
    <string name="e_version">/e/ OS version</string>

    <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
    <plurals name="show_dev_countdown_cm">
        <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from enabling development settings.</item>
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
    <!-- Lineage version -->
    <Preference
        android:key="lineage_version"
        android:title="@*lineageos.platform:string/lineage_version"
        android:title="@string/e_version"
        android:summary="@string/summary_placeholder"
        android:selectable="false"
        settings:enableCopying="true"