@@ -238,6 +238,7 @@
},
"grid": {
"deleteView": "Are you sure you want to delete this view?",
+ "createView": "New",
"settings": {
"filter": "Filter",
"sort": "Sort",
@@ -97,7 +97,7 @@ class TarBarAddButtonActionCell extends StatelessWidget {
child: FlowyButton(
hoverColor: AFThemeExtension.of(context).lightGreyHover,
text: FlowyText.medium(
- action.title,
+ '${LocaleKeys.grid_createView.tr()} ${action.title}',
color: AFThemeExtension.of(context).textColor,
),
leftIcon: svgWidget(
@@ -186,7 +186,7 @@ class EmojiButton extends StatelessWidget {
height: _kBannerActionHeight,
width: _kBannerActionHeight,
- margin: const EdgeInsets.all(4),
+ margin: EdgeInsets.zero,
emoji,
fontSize: 30,