mirror of https://github.com/portainer/portainer
fix(teasers): add teaser message full stops [EE-6035] (#10402)
parent
8755a22fee
commit
c43f771a88
|
@ -26,7 +26,7 @@ angular.module('portainer.docker').controller('ContainerConsoleController', [
|
|||
HttpRequestHelper,
|
||||
LocalStorage,
|
||||
CONSOLE_COMMANDS_LABEL_PREFIX,
|
||||
SidebarService,
|
||||
SidebarService
|
||||
) {
|
||||
var socket, term;
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
<be-teaser-button
|
||||
feature-id="$ctrl.limitedFeatureId"
|
||||
heading="'Display User/Group matching'"
|
||||
message="'Show the list of users and groups that match the Portainer search configurations'"
|
||||
message="'Show the list of users and groups that match the Portainer search configurations.'"
|
||||
button-text="'Display User/Group matching'"
|
||||
button-class-name="'!ml-0'"
|
||||
></be-teaser-button>
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
<be-teaser-button
|
||||
feature-id="$ctrl.limitedFeatureId"
|
||||
heading="'Display Users'"
|
||||
message="'Allows you to display users from your LDAP server'"
|
||||
message="'Allows you to display users from your LDAP server.'"
|
||||
button-text="'Display Users'"
|
||||
button-class-name="'!ml-0'"
|
||||
></be-teaser-button>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<be-teaser-button
|
||||
feature-id="$ctrl.limitedFeatureId"
|
||||
heading="'Add additional server'"
|
||||
message="'Allows you to add an additional LDAP server'"
|
||||
message="'Allows you to add an additional LDAP server.'"
|
||||
button-text="'Add additional server'"
|
||||
button-class-name="'!ml-0'"
|
||||
></be-teaser-button>
|
||||
|
|
Loading…
Reference in New Issue