forked from forcedotcom/commerce-on-lightning-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.js
More file actions
21 lines (21 loc) · 639 Bytes
/
labels.js
File metadata and controls
21 lines (21 loc) · 639 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
* Copyright (c) 2023, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo
* root or https://opensource.org/licenses/apache-2-0/
*/
import categoryHeader from '@salesforce/label/c.Search_Facets_categoryHeader';
import backActionAssistiveText from '@salesforce/label/c.Search_Facets_backActionAssistiveText';
export default {
/**
* A label of the form 'Category'
* @type {string}
*/
categoryHeader,
/**
* A label of the form 'Back to {categoryName}'
* @type {string}
*/
backActionAssistiveText,
};