mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fixed typo
This commit is contained in:
parent
d621792b77
commit
22a1eb3d45
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ limitations under the License.
|
|||
<select id="selectRunners" multiple="multiple">
|
||||
<option is-select2="false" ng-repeat="runners in permissions.runners" selected="selected">{{runners}}</option>
|
||||
</select>
|
||||
Writers can read, run and write the note.
|
||||
Runners can read and run the note.
|
||||
</p>
|
||||
<p><span class="readers">Readers </span>
|
||||
<select id="selectReaders" multiple="multiple">
|
||||
|
|
|
|||
Loading…
Reference in a new issue