"Profile" now reads "Active Profile" for clarity
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</head>
|
||||
<body x-data="popup">
|
||||
<div class="profiles">
|
||||
<label for="profile">Profile</label>
|
||||
<label for="profile">Active Profile</label>
|
||||
<div class="profile-buttons">
|
||||
<select x-model.number="profileIndex" name="profile" id="profile">
|
||||
<template x-for="(prof, index) in profileNames" :key="index">
|
||||
|
||||
Reference in New Issue
Block a user